Searched defs:initSize (Results 1 - 1 of 1) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/
H A DBytesRefHash.java541 protected final int initSize; field in class:BytesRefHash.TrackingDirectBytesStartArray
545 public TrackingDirectBytesStartArray(int initSize, AtomicLong bytesUsed) { argument
546 this.initSize = initSize;
569 bytesStart = new int[ArrayUtil.oversize(initSize,
589 protected final int initSize; field in class:BytesRefHash.DirectBytesStartArray
593 public DirectBytesStartArray(int initSize) { argument
595 this.initSize = initSize;
611 return bytesStart = new int[ArrayUtil.oversize(initSize,
[all...]

Completed in 257 milliseconds