|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectit.unimi.dsi.fastutil.booleans.AbstractBooleanIterator
it.unimi.dsi.fastutil.booleans.AbstractBooleanBidirectionalIterator
it.unimi.dsi.fastutil.booleans.AbstractBooleanBigListIterator
it.unimi.dsi.fastutil.booleans.BooleanBigListIterators.UnmodifiableBigListIterator
public static class BooleanBigListIterators.UnmodifiableBigListIterator
An unmodifiable wrapper class for big list iterators.
| Constructor Summary | |
|---|---|
BooleanBigListIterators.UnmodifiableBigListIterator(BooleanBigListIterator i)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
boolean |
hasPrevious()
Returns whether there is a previous element. |
java.lang.Boolean |
next()
Delegates to the corresponding type-specific method. |
boolean |
nextBoolean()
Delegates to the corresponding generic method. |
long |
nextIndex()
Returns the index of the element that would be returned by a subsequent call to next. |
java.lang.Boolean |
previous()
Delegates to the corresponding type-specific method. |
boolean |
previousBoolean()
Delegates to the corresponding generic method. |
long |
previousIndex()
Returns the index of the element that would be returned by a subsequent call to previous. |
| Methods inherited from class it.unimi.dsi.fastutil.booleans.AbstractBooleanBigListIterator |
|---|
add, add, back, set, set, skip |
| Methods inherited from class it.unimi.dsi.fastutil.booleans.AbstractBooleanBidirectionalIterator |
|---|
back |
| Methods inherited from class it.unimi.dsi.fastutil.booleans.AbstractBooleanIterator |
|---|
remove, skip |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanBidirectionalIterator |
|---|
back |
| Methods inherited from interface it.unimi.dsi.fastutil.booleans.BooleanIterator |
|---|
skip |
| Methods inherited from interface it.unimi.dsi.fastutil.objects.ObjectIterator |
|---|
skip |
| Methods inherited from interface java.util.Iterator |
|---|
remove |
| Constructor Detail |
|---|
public BooleanBigListIterators.UnmodifiableBigListIterator(BooleanBigListIterator i)
| Method Detail |
|---|
public boolean hasNext()
public boolean hasPrevious()
BidirectionalIterator
ListIterator.hasPrevious()public boolean nextBoolean()
AbstractBooleanIterator
nextBoolean in interface BooleanIteratornextBoolean in class AbstractBooleanIteratorIterator.next()public boolean previousBoolean()
AbstractBooleanBidirectionalIterator
previousBoolean in interface BooleanBidirectionalIteratorpreviousBoolean in class AbstractBooleanBidirectionalIteratorListIterator.previous()public long nextIndex()
BigListIterator
ListIterator.nextIndex()public long previousIndex()
BigListIterator
ListIterator.previousIndex()public java.lang.Boolean next()
AbstractBooleanIterator
next in interface java.util.Iterator<java.lang.Boolean>next in class AbstractBooleanIteratorpublic java.lang.Boolean previous()
AbstractBooleanBidirectionalIterator
previous in interface BidirectionalIterator<java.lang.Boolean>previous in class AbstractBooleanBidirectionalIteratorListIterator.previous()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||