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, retract
getOffset
equals, hashCode, internalGetIndex
void setDBID(DBIDRef ref)
setDBID
in interface DBIDArrayMIter
ref
- Current value.void setDouble(double value)
value
- New valueDoubleDBIDListMIter seek(int off)
ArrayIter
seek
in interface ArrayIter
seek
in interface DBIDArrayIter
seek
in interface DBIDArrayMIter
seek
in interface DoubleDBIDListIter
off
- Seek offsetCopyright © 2019 ELKI Development Team. License information.