public interface DoubleDBIDListIter extends DBIDArrayIter
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
|
DoubleDBIDPair |
getPair()
Materialize an object pair.
|
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()
DoubleDBIDPair getPair()
#doubleValue()
and exploit that the iterator itself is a
DBIDRef
reference.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 © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.