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, internalGetIndex
double doubleValue()
DoubleDBIDListIter advance()
Iter
DoubleDBIDListIter advance(int count)
ArrayIter
advance
in interface ArrayIter
advance
in interface DBIDArrayIter
count
- offset to move forward or backwardsDoubleDBIDListIter retract()
ArrayIter
retract
in interface ArrayIter
retract
in interface DBIDArrayIter
DoubleDBIDListIter seek(int off)
ArrayIter
seek
in interface ArrayIter
seek
in interface DBIDArrayIter
off
- Seek offsetCopyright © 2019 ELKI Development Team. License information.