protected class IntegerDBIDVar.Itr extends Object implements IntegerDBIDArrayIter, IntegerDBIDRef
Modifier and Type | Field and Description |
---|---|
(package private) int |
pos
Iterator position: We use an integer so we can support retract().
|
Modifier | Constructor and Description |
---|---|
protected |
IntegerDBIDVar.Itr() |
Modifier and Type | Method and Description |
---|---|
IntegerDBIDVar.Itr |
advance()
Moves the iterator forward to the next entry.
|
IntegerDBIDVar.Itr |
advance(int count)
Moves the iterator forward or backward by the given offset.
|
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.
|
int |
getOffset()
Get current iterator offset.
|
int |
hashCode()
WARNING: Hash codes of this interface might not be stable (e.g. for
iterators).
|
int |
internalGetIndex()
Return the integer value of the object ID.
|
IntegerDBIDVar.Itr |
retract()
Moves the iterator backward to the previous entry.
|
IntegerDBIDVar.Itr |
seek(int off)
Moves the iterator to the given position
|
String |
toString() |
boolean |
valid()
Returns true if the iterator currently points to a valid object.
|
public IntegerDBIDVar.Itr advance()
Iter
public IntegerDBIDVar.Itr advance(int count)
ArrayIter
advance
in interface DBIDArrayIter
advance
in interface ArrayIter
count
- offset to move forward or backwardspublic IntegerDBIDVar.Itr retract()
ArrayIter
retract
in interface DBIDArrayIter
retract
in interface ArrayIter
public IntegerDBIDVar.Itr seek(int off)
ArrayIter
seek
in interface DBIDArrayIter
seek
in interface ArrayIter
off
- Seek offsetpublic int getOffset()
ArrayIter
public int internalGetIndex()
IntegerDBIDRef
internalGetIndex
in interface DBIDRef
internalGetIndex
in interface IntegerDBIDRef
public boolean valid()
Iter
public int hashCode()
DBIDRef
DBIDUtil.deref(de.lmu.ifi.dbs.elki.database.ids.DBIDRef)
to get an object with a stable hash code!public boolean equals(Object other)
DBIDRef
DBIDUtil.equal(de.lmu.ifi.dbs.elki.database.ids.DBIDRef, de.lmu.ifi.dbs.elki.database.ids.DBIDRef)
or DBIDUtil.compare(de.lmu.ifi.dbs.elki.database.ids.DBIDRef, de.lmu.ifi.dbs.elki.database.ids.DBIDRef)
!Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.