public class IndexIterator extends Object implements PrimitiveIterator.OfInt
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong| Modifier and Type | Field and Description |
|---|---|
static PrimitiveIterator.OfInt |
EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static PrimitiveIterator.OfInt |
all(int pageCount) |
static PrimitiveIterator.OfInt |
filter(int pageCount,
IntPredicate filter) |
boolean |
hasNext() |
int |
nextInt() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, forEachRemaining, nextpublic static final PrimitiveIterator.OfInt EMPTY
public static PrimitiveIterator.OfInt all(int pageCount)
public static PrimitiveIterator.OfInt filter(int pageCount, IntPredicate filter)
public int nextInt()
nextInt in interface PrimitiveIterator.OfIntCopyright © 2023 The Apache Software Foundation. All rights reserved.