Interface ListIterator
public
interface
ListIterator
extends
Iterator
Uses Java 1.4 ListIterator for documentation. The methods hasNext, next, and
remove are repeated to allow the specialized ListIterator documentation to
be associated with them.
Methods