public interface DoubleDBIDListIter extends DBIDArrayIter
There is no getter for the DBID, as this implements
DBIDRef.
| Modifier and Type | Method and Description |
|---|---|
DoubleDBIDListIter |
advance()
Moves the iterator forward to the next entry.
|
DoubleDBIDListIter |
advance(int count)
Moves the iterator forward or backward by the given offset.
|
double |
doubleValue()
Get the double value
|
DoubleDBIDListIter |
retract()
Moves the iterator backward to the previous entry.
|
DoubleDBIDListIter |
seek(int off)
Moves the iterator to the given position
|
equals, hashCode, internalGetIndexdouble doubleValue()
DoubleDBIDListIter advance()
IterDoubleDBIDListIter advance(int count)
ArrayIteradvance in interface ArrayIteradvance in interface DBIDArrayItercount - offset to move forward or backwardsDoubleDBIDListIter retract()
ArrayIterretract in interface ArrayIterretract in interface DBIDArrayIterDoubleDBIDListIter seek(int off)
ArrayIterseek in interface ArrayIterseek in interface DBIDArrayIteroff - Seek offsetCopyright © 2019 ELKI Development Team. License information.