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