private static class SortedDocValuesWriter.ValuesIterator extends java.lang.Object implements java.util.Iterator<BytesRef>
Modifier and Type | Field and Description |
---|---|
(package private) BytesRefHash |
hash |
(package private) int |
ordUpto |
(package private) BytesRef |
scratch |
(package private) int[] |
sortedValues |
(package private) int |
valueCount |
Constructor and Description |
---|
ValuesIterator(int[] sortedValues,
int valueCount,
BytesRefHash hash) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
BytesRef |
next() |
void |
remove() |
final int[] sortedValues
final BytesRefHash hash
final BytesRef scratch
final int valueCount
int ordUpto
ValuesIterator(int[] sortedValues, int valueCount, BytesRefHash hash)