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