private static final class MemoryIndex.SliceByteStartArray extends BytesRefHash.DirectBytesStartArray
Modifier and Type | Field and Description |
---|---|
(package private) int[] |
end |
(package private) int[] |
freq |
(package private) int[] |
start |
initSize
Constructor and Description |
---|
SliceByteStartArray(int initSize) |
Modifier and Type | Method and Description |
---|---|
int[] |
clear()
clears the
BytesRefHash.BytesStartArray and returns the cleared instance. |
int[] |
grow()
Grows the
BytesRefHash.BytesStartArray |
int[] |
init()
Initializes the BytesStartArray.
|
bytesUsed
public int[] init()
BytesRefHash.BytesStartArray
init
in class BytesRefHash.DirectBytesStartArray
public int[] grow()
BytesRefHash.BytesStartArray
BytesRefHash.BytesStartArray
grow
in class BytesRefHash.DirectBytesStartArray
public int[] clear()
BytesRefHash.BytesStartArray
BytesRefHash.BytesStartArray
and returns the cleared instance.clear
in class BytesRefHash.DirectBytesStartArray
null