public interface ObjectListIterator<K> extends ListIterator<K>, ObjectBidirectionalIterator<K>
ListIterator.
This interface merges the methods provided by a ListIterator and
a type-specific BidirectionalIterator. Moreover, it provides
type-specific versions of add()
and set().
ListIterator,
BidirectionalIteratoradd, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, setbackskiphasPrevious, previous