it.unimi.dsi.fastutil.longs
Interface LongListIterator
- All Superinterfaces:
- BidirectionalIterator<Long>, Iterator<Long>, ListIterator<Long>, LongBidirectionalIterator, LongIterator, ObjectBidirectionalIterator<Long>, ObjectIterator<Long>
- All Known Implementing Classes:
- AbstractLongListIterator, LongIterators.EmptyIterator, LongIterators.UnmodifiableListIterator
public interface LongListIterator
- extends ListIterator<Long>, 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
void set(long k)
add
void add(long k)
Copyright © 2011. All Rights Reserved.