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