BidirectionalIterator<java.lang.Integer>, IntBidirectionalIterator, IntIterator, java.util.Iterator<java.lang.Integer>, java.util.ListIterator<java.lang.Integer>, ObjectBidirectionalIterator<java.lang.Integer>, ObjectIterator<java.lang.Integer>AbstractIntListIterator, IntIterators.EmptyIterator, IntIterators.UnmodifiableListIteratorpublic interface IntListIterator extends java.util.ListIterator<java.lang.Integer>, IntBidirectionalIterator
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| Modifier and Type | Method | Description |
|---|---|---|
void |
add(int k) |
|
void |
set(int k) |
hasPrevious, previousback, previousIntnextInt, skipadd, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, setskip