public interface ArrayIter extends Iter
Modifier and Type | Method and Description |
---|---|
ArrayIter |
advance()
Moves the iterator forward to the next entry.
|
ArrayIter |
advance(int count)
Moves the iterator forward or backward by the given offset.
|
int |
getOffset()
Get current iterator offset.
|
ArrayIter |
retract()
Moves the iterator backward to the previous entry.
|
ArrayIter |
seek(int off)
Moves the iterator to the given position
|
ArrayIter advance()
Iter
ArrayIter advance(int count)
count
- offset to move forward or backwardsArrayIter retract()
ArrayIter seek(int off)
off
- Seek offsetint getOffset()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.