public class SortedFileIdSetIterator extends java.lang.Object implements IntIdsIterator
Modifier and Type | Method and Description |
---|---|
IntIdsIterator |
createCopyInInitialState() |
static IntIdsIterator |
getTransientIterator(IntIdsIterator intIterator) |
boolean |
hasAscendingOrder() |
boolean |
hasNext() |
int |
next() |
int |
size() |
public boolean hasNext()
hasNext
in interface ValueContainer.IntIterator
public int next()
next
in interface ValueContainer.IntIterator
public int size()
size
in interface ValueContainer.IntIterator
public boolean hasAscendingOrder()
hasAscendingOrder
in interface IntIdsIterator
public IntIdsIterator createCopyInInitialState()
createCopyInInitialState
in interface IntIdsIterator
public static IntIdsIterator getTransientIterator(IntIdsIterator intIterator)