ListIterator.end Method [AX 2012]

Moves the iterator past the last element in the list.

public void end()

Run On

Called

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

Community Additions

ADD
Show: