Extracted from Pike v7.6 release 61 at 2005-12-30.
pike.ida.liu.se
[Top]
ADT
ADT.CircularList
ADT.CircularList()->CircularListIterator

Method ADT.CircularList()->CircularListIterator()->`+=()


Method `+=

CircularListIterator `+=(int steps)

Description

Move this iterator steps steps forward (negative value on steps will cause the iterator to move backwards) and return the result.

Returns

This iterator positioned steps steps forward.