it.unimi.dsi.fastutil.shorts
Interface ShortListIterator
- All Superinterfaces:
- BidirectionalIterator<Short>, Iterator<Short>, ListIterator<Short>, ObjectBidirectionalIterator<Short>, ObjectIterator<Short>, ShortBidirectionalIterator, ShortIterator
- All Known Implementing Classes:
- AbstractShortListIterator, ShortIterators.EmptyIterator, ShortIterators.UnmodifiableListIterator
public interface ShortListIterator
- extends ListIterator<Short>, ShortBidirectionalIterator
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(short k)
|
void |
set(short k)
|
set
void set(short k)
add
void add(short k)