
| 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.
|
int |
compareDBID(DBIDRef o)
Compare two objects by the value of the referenced DBID.
|
boolean |
equals(Object other)
WARNING: calling equality on a reference may be an indicator of incorrect
usage, as it is not clear whether the programmer meant the references to be
the same or the DBIDs.
|
DBID |
getDBID()
Get the referenced
DBID. |
int |
getIntegerID()
Return the integer value of the object ID, if possible.
|
boolean |
sameDBID(DBIDRef other)
Compare the current value of two referenced DBIDs.
|
boolean |
valid()
Returns true if the iterator currently points to a valid object.
|
public void advance()
Iterpublic int getIntegerID()
DBIDRefgetIntegerID in interface DBIDRefpublic DBID getDBID()
DBIDIterDBID.
Efficiency note: this may require materialization of a DBID object - if
possible, use DBIDRef based APIs instead.public boolean valid()
Iterpublic boolean equals(Object other)
DBIDRefpublic boolean sameDBID(DBIDRef other)
DBIDRefpublic int compareDBID(DBIDRef o)
DBIDRefcompareDBID in interface DBIDRefo - Other DBID or object