
protected class IntegerDBID.DBIDItr extends Object implements DBIDIter
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
first
Whether we've already returned our object.
|
| Modifier | Constructor and Description |
|---|---|
protected |
IntegerDBID.DBIDItr() |
| 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 void advance()
DBIDIterpublic int getIntegerID()
DBIDItergetIntegerID in interface DBIDIter