
private static class TroveHashSetModifiableDBIDs.Itr.TIntHashItr extends gnu.trove.impl.hash.THashPrimitiveIterator implements Iter
| Modifier and Type | Field and Description |
|---|---|
private gnu.trove.impl.hash.TIntHash |
hash
The hash we access.
|
| Constructor and Description |
|---|
TroveHashSetModifiableDBIDs.Itr.TIntHashItr(gnu.trove.impl.hash.TIntHash hash)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
advance()
Moves the iterator forward to the next entry.
|
int |
getInt()
Get the current value.
|
boolean |
valid()
Returns true if the iterator currently points to a valid object.
|
public TroveHashSetModifiableDBIDs.Itr.TIntHashItr(gnu.trove.impl.hash.TIntHash hash)
hash - Hash to iterate over.public int getInt()
public void advance()
Iter