
protected static class TroveHashSetModifiableDBIDs.DBIDItr extends gnu.trove.impl.hash.THashPrimitiveIterator implements DBIDIter
| Modifier and Type | Field and Description |
|---|---|
private gnu.trove.impl.hash.TIntHash |
hash
The has we access
|
| Constructor and Description |
|---|
TroveHashSetModifiableDBIDs.DBIDItr(gnu.trove.impl.hash.TIntHash hash)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
advance()
Moves the iterator forward to the next entry.
|
DBID |
getDBID()
Get the current DBID.
|
int |
getIntegerID()
Return the integer value of the object ID, if possible.
|
boolean |
valid()
Returns true if the iterator currently points to a valid object.
|
public TroveHashSetModifiableDBIDs.DBIDItr(gnu.trove.impl.hash.TIntHash hash)
hash - Trove hashpublic boolean valid()
DBIDIterpublic void advance()
DBIDIterpublic int getIntegerID()
DBIDItergetIntegerID in interface DBIDIter