it.unimi.dsi.fastutil.longs
Interface LongListIterator
- All Superinterfaces:
- BidirectionalIterator, Iterator, ListIterator, LongBidirectionalIterator, LongIterator
- All Known Implementing Classes:
- AbstractLongListIterator, Iterators.EmptyIterator
- public interface LongListIterator
- extends ListIterator, LongBidirectionalIterator
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(long k)
|
void |
set(long k)
|
set
public void set(long k)
add
public void add(long k)