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, nextvoid release()
long currentValue()
long nextLong()
nextLong in interface PrimitiveIterator.OfLongvoid advance(long v)
long binarySearchValue(Index.TargetComparator targetComparator, int direction)