public static class BooleanIterators.UnmodifiableIterator extends java.lang.Object implements BooleanIterator
| Constructor and Description |
|---|
UnmodifiableIterator(BooleanIterator i) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
boolean |
nextBoolean()
Returns the next element as a primitive type.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, forEachRemaining, next, skippublic UnmodifiableIterator(BooleanIterator i)
public boolean hasNext()
hasNext in interface java.util.Iterator<java.lang.Boolean>public boolean nextBoolean()
BooleanIteratornextBoolean in interface BooleanIteratorIterator.next()