|
|||||||||
| 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.BooleanIterators.UnmodifiableIterator
public static class BooleanIterators.UnmodifiableIterator
An unmodifiable wrapper class for iterators.
| Constructor Summary | |
|---|---|
BooleanIterators.UnmodifiableIterator(BooleanIterator i)
|
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
java.lang.Boolean |
next()
Delegates to the corresponding type-specific method. |
boolean |
nextBoolean()
Delegates to the corresponding generic method. |
| 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 |
| Constructor Detail |
|---|
public BooleanIterators.UnmodifiableIterator(BooleanIterator i)
| Method Detail |
|---|
public boolean hasNext()
public boolean nextBoolean()
AbstractBooleanIterator
nextBoolean in interface BooleanIteratornextBoolean in class AbstractBooleanIteratorIterator.next()public java.lang.Boolean next()
AbstractBooleanIterator
next in interface java.util.Iterator<java.lang.Boolean>next in class AbstractBooleanIterator
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||