previous |
start |
next
LinkListIterator's next Method
- position reference is advances to
position.next
- Old position is remembered as previous
- If the iterator points before the first element of the
list,
then the old position is null and
position must be set to first
previous |
start |
next