class UnmodifiableIntegerDBIDs.UnmodifiableDBIDIter extends Object implements IntegerDBIDIter
Modifier and Type | Field and Description |
---|---|
private IntegerDBIDIter |
it
Wrapped iterator.
|
Constructor and Description |
---|
UnmodifiableIntegerDBIDs.UnmodifiableDBIDIter(IntegerDBIDIter it)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
DBIDIter |
advance()
Moves the iterator forward to the next entry.
|
int |
internalGetIndex()
Return the integer value of the object ID.
|
boolean |
valid()
Returns true if the iterator currently points to a valid object.
|
private IntegerDBIDIter it
public UnmodifiableIntegerDBIDs.UnmodifiableDBIDIter(IntegerDBIDIter it)
it
- inner iteratorpublic boolean valid()
Iter
public DBIDIter advance()
Iter
public int internalGetIndex()
IntegerDBIDRef
internalGetIndex
in interface DBIDRef
internalGetIndex
in interface IntegerDBIDRef
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.