public static class BooleanIterators.UnmodifiableIterator extends 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 nextBoolean()
BooleanIteratornextBoolean in interface BooleanIteratorIterator.next()