|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IntBigListIterator
A type-specific BigListIterator
.
This interface adds a skipping method that take longs.
BigListIterator
Method Summary | |
---|---|
void |
add(int k)
|
void |
add(Integer k)
|
void |
set(int k)
|
void |
set(Integer k)
|
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 |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
Methods inherited from interface it.unimi.dsi.fastutil.BigListIterator |
---|
nextIndex, previousIndex, skip |
Method Detail |
---|
void set(int k)
void add(int k)
void set(Integer k)
void add(Integer k)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |