Package java.util
Interface ListIterator

Public Method previousIndex

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.