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.
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
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.