
public interface DBIDArrayIter extends DBIDIter, ArrayIter
| Modifier and Type | Method and Description |
|---|---|
DBIDArrayIter |
advance()
Moves the iterator forward to the next entry.
|
DBIDArrayIter |
advance(int count)
Moves the iterator forward or backward by the given offset.
|
DBIDArrayIter |
retract()
Moves the iterator backward to the previous entry.
|
DBIDArrayIter |
seek(int off)
Moves the iterator to the given position
|
equals, hashCode, internalGetIndexDBIDArrayIter advance()
IterDBIDArrayIter advance(int count)
ArrayIterDBIDArrayIter retract()
ArrayIterDBIDArrayIter seek(int off)
ArrayIterCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.