ListIterator.end Method

Moves the iterator past the last element in the list.

Syntax

public void end()

Run On

Called

Remarks

After this method runs, the ListIterator.more method will return false.

See Also

ListIterator Class

ListIterator.begin Method

ListIterator.more Method