public static interface Index.Iterator extends PrimitiveIterator.OfLong
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong
Modifier and Type | Method and Description |
---|---|
void |
advance(long v) |
long |
binarySearchValue(Index.TargetComparator targetComparator,
int direction) |
long |
currentValue() |
boolean |
hasNext() |
long |
nextLong() |
void |
release() |
forEachRemaining, forEachRemaining, next
void release()
long currentValue()
long nextLong()
nextLong
in interface PrimitiveIterator.OfLong
void advance(long v)
long binarySearchValue(Index.TargetComparator targetComparator, int direction)