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.
|
_expectedSize, _hash, _index
Constructor and Description |
---|
TroveHashSetModifiableDBIDs.Itr.TIntHashItr(gnu.trove.impl.hash.TIntHash hash)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Iter |
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.
|
hasNext, moveToNextIndex, nextIndex, remove
private gnu.trove.impl.hash.TIntHash hash
public TroveHashSetModifiableDBIDs.Itr.TIntHashItr(gnu.trove.impl.hash.TIntHash hash)
hash
- Hash to iterate over.Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.