Method ADT.CircularList()->CircularListIterator()->`-()
- Method `-
CircularListIteratorres =ADT.CircularList.CircularListIterator()-steps- Description
Move the iterator
stepssteps backwards (negative value onstepswill cause the iterator to move forwards) and return the result as a new iterator.- Returns
A new iterator positioned
stepssteps backwards.