previous |
start |
next
LinkListIterator's hasNext Method
- The next method should only be called when the iterator is not
at the end of the list
- The iterator is at the end
- if the list is empty (first == null)
- if there is no element after the current position
(position.next == null)
previous |
start |
next