Package java.util
Interface ListIterator
abstract int previousIndex()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Returns the index of the element that would be returned by a subsequent call to previous. Returns -1 if the list iterator is at the beginning of the list.