LinkedList::moveToOffset

(Available since version 1.0)

LinkedList::moveToOffsetMoves the internal iterator

Description

protected void LinkedList::moveToOffset ( int $offset )

Moves the interal iterator (worker) to offset.

Parameters

offset

The index to move to.

Return Values

No value is returned.

To Top