public class TroveSetIntIterator extends java.lang.Object implements IntIdsIterator
| Modifier and Type | Field and Description |
|---|---|
static TroveSetIntIterator |
EMPTY |
| Constructor and Description |
|---|
TroveSetIntIterator(TIntHashSet set) |
| Modifier and Type | Method and Description |
|---|---|
IntIdsIterator |
createCopyInInitialState() |
boolean |
hasAscendingOrder() |
boolean |
hasNext() |
int |
next() |
int |
size() |
public static final TroveSetIntIterator EMPTY
public boolean hasNext()
hasNext in interface ValueContainer.IntIteratorpublic int next()
next in interface ValueContainer.IntIteratorpublic int size()
size in interface ValueContainer.IntIteratorpublic boolean hasAscendingOrder()
hasAscendingOrder in interface IntIdsIteratorpublic IntIdsIterator createCopyInInitialState()
createCopyInInitialState in interface IntIdsIterator