previous
|
start
|
next
List Iterator
hasNext
returns true if there is a next element
if (iterator.hasNext()) iterator.next();
previous
|
start
|
next