previous
|
start
|
next
List Iterator
The
next
method returns the object of the link that it is passing
while iterator.hasNext() { Object obj = iterator.next(); //do something with the object }
previous
|
start
|
next