Package java.util
Interface ListIterator
abstract boolean hasPrevious()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Retruns true if this list iterator hax more elements when traversing the list in the reverse direction. (Returns true if previous would return an element rather than throwing an exception.)