|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntListIterator
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()
.
ListIterator
,
BidirectionalIterator
Method Summary | |
---|---|
void |
add(int k)
|
void |
set(int k)
|
Methods inherited from interface java.util.ListIterator |
---|
add, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, set |
Methods inherited from interface it.unimi.dsi.fastutil.ints.IntBidirectionalIterator |
---|
back, previousInt |
Methods inherited from interface it.unimi.dsi.fastutil.ints.IntIterator |
---|
nextInt, skip |
Methods inherited from interface it.unimi.dsi.fastutil.objects.ObjectIterator |
---|
skip |
Methods inherited from interface it.unimi.dsi.fastutil.BidirectionalIterator |
---|
hasPrevious, previous |
Method Detail |
---|
void set(int k)
void add(int k)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |