Package java.util
Interface ListIterator
abstract int nextIndex()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Returns the index of the element that would be returned by a subsequent call to next. Returns list size if the list iterator is at the end of the list.