public interface DoubleDBIDListMIter extends DoubleDBIDListIter, DBIDArrayMIter
| Modifier and Type | Method and Description |
|---|---|
DoubleDBIDListMIter |
seek(int off)
Moves the iterator to the given position
|
void |
setDBID(DBIDRef ref)
Update the current DBID value.
|
void |
setDouble(double value)
Update the value at the current position.
|
advance, advance, doubleValue, retractgetOffsetequals, hashCode, internalGetIndexvoid setDBID(DBIDRef ref)
setDBID in interface DBIDArrayMIterref - Current value.void setDouble(double value)
value - New valueDoubleDBIDListMIter seek(int off)
ArrayIterseek in interface ArrayIterseek in interface DBIDArrayIterseek in interface DBIDArrayMIterseek in interface DoubleDBIDListIteroff - Seek offsetCopyright © 2019 ELKI Development Team. License information.