|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BooleanBigListIterator
A type-specific BigListIterator
.
This interface adds a skipping method that take longs.
BigListIterator
Method Summary | |
---|---|
void |
add(boolean k)
|
void |
add(Boolean k)
|
void |
set(boolean k)
|
void |
set(Boolean k)
|
Methods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanBidirectionalIterator |
---|
back, previousBoolean |
Methods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanIterator |
---|
nextBoolean, 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(boolean k)
void add(boolean k)
void set(Boolean k)
void add(Boolean k)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |