it.unimi.dsi.fastutil.ints
Interface IntListIterator
- All Superinterfaces:
- BidirectionalIterator<Integer>, IntBidirectionalIterator, IntIterator, Iterator<Integer>, ListIterator<Integer>, ObjectBidirectionalIterator<Integer>, ObjectIterator<Integer>
- All Known Implementing Classes:
- AbstractIntListIterator, IntIterators.EmptyIterator, IntIterators.UnmodifiableListIterator
public interface IntListIterator
- extends ListIterator<Integer>, IntBidirectionalIterator
A type-specific bidirectional iterator that is also a 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()
.
- See Also:
ListIterator
,
BidirectionalIterator
Method Summary |
void |
add(int k)
|
void |
set(int k)
|
set
void set(int k)
add
void add(int k)