public interface ObjectListIterator<K> extends java.util.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
,
BidirectionalIterator
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set
back
skip
hasPrevious, previous