previous
|
start
|
next
List Iterator
The
next
method moves the iterator
iterator.next();
next
throws a
NoSuchElementException
if you are already past the end of the list
previous
|
start
|
next