public class TIntIterator extends TPrimitiveIterator
| Modifier and Type | Field and Description |
|---|---|
private TIntHash |
_hash
the collection on which the iterator operates
|
_expectedSize, _index| Constructor and Description |
|---|
TIntIterator(TIntHash hash)
Creates a TIntIterator for the elements in the specified collection.
|
| Modifier and Type | Method and Description |
|---|---|
int |
next()
Advances the iterator to the next element in the underlying collection
and returns it.
|
nextIndexhasNext, moveToNextIndex, remove