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