
protected static class TroveHashSetModifiableDBIDs.DBIDItr extends Object implements IntegerDBIDMIter
| Modifier and Type | Class and Description | 
|---|---|
private static class  | 
TroveHashSetModifiableDBIDs.DBIDItr.TIntHashItr
Custom iterator over TIntHash. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
(package private) TroveHashSetModifiableDBIDs.DBIDItr.TIntHashItr | 
it
The actual iterator. 
 | 
| 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. 
 | 
int | 
internalGetIndex()
Get the internal index. 
 | 
void | 
remove()
Remove the object the iterator currently points to. 
 | 
String | 
toString()  | 
boolean | 
valid()
Returns true if the iterator currently points to a valid object. 
 | 
TroveHashSetModifiableDBIDs.DBIDItr.TIntHashItr it
public TroveHashSetModifiableDBIDs.DBIDItr(gnu.trove.impl.hash.TIntHash hash)
hash - Trove hashpublic boolean valid()
Iterpublic void advance()
Iterpublic int internalGetIndex()
DBIDRefinternalGetIndex in interface DBIDRefinternalGetIndex in interface IntegerDBIDRefpublic void remove()
DBIDMIterDBIDUtil.deref(de.lmu.ifi.dbs.elki.database.ids.DBIDRef) may return a different
 element. Call Iter.advance() to advance the iterator to the next
 element for further processing.