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.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Moves the iterator past the last element in the list.
public void end()
Called
After this method runs, the ListIterator.more method will return false.