Extracted from Pike v7.6 release 13 at 2006-10-17.
pike.ida.liu.se
[Top]
ADT
ADT.CircularList
ADT.CircularList()->CircularListIterator

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


Method `-

CircularListIterator `-(int steps)

Description

Move the iterator steps steps backwards (negative value on steps will cause the iterator to move forwards) and return the result as a new iterator.

Returns

A new iterator positioned steps steps backwards.