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