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