Method ADT.CircularList()->last()
- Method last
CircularListIterator
last()- Description
Create and initiate a new CircularListIterator that could be used to iterate over this list.
- Returns
An iterator positioned after the last element in the list.
CircularListIterator
last()
Create and initiate a new CircularListIterator that could be used to iterate over this list.
An iterator positioned after the last element in the list.