LinkedList.lastIter
Returns an iterator pointing to the last entry of the list.
Arguments
None
Return values
iterator
is an ListIterator pointing to the last element. If the list is empty, an “end” iterator is returned (see endIter).
Complexity
Constant.
Example
Output:
0.300000