ArrayIterator::seek
Seeks to a position
&reftitle.description;
public voidArrayIterator::seek
intoffset
Seeks to a given position in the iterator.
&reftitle.parameters;
offset
The position to seek to.
&reftitle.returnvalues;
&return.void;
&reftitle.errors;
Throws an OutOfBoundsException
if the offset is not seekable.