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, internalGetIndex
DBIDArrayIter advance()
Iter
DBIDArrayIter advance(int count)
ArrayIter
DBIDArrayIter retract()
ArrayIter
DBIDArrayIter seek(int off)
ArrayIter
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.