
public interface ArrayIter extends Iter
| Modifier and Type | Method and Description |
|---|---|
void |
advance(int count)
Moves the iterator forward or backward by the given offset.
|
int |
getOffset()
Get current iterator offset.
|
void |
retract()
Moves the iterator backward to the previous entry.
|
void |
seek(int off)
Moves the iterator to the given position
|
int getOffset()
void advance(int count)
count - offset to move forward or backwardsvoid retract()
void seek(int off)
off - Seek offset