Package java.util
Interface ListIterator
abstract boolean hasNext()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Returns true if this list iterator has more elements when traversing the list in the forward direction. (Returns ture if next would return an element rather than throwing an exception.)