BooleanIterator, MutableBooleanIteratorpublic class UnmodifiableBooleanIterator extends java.lang.Object implements MutableBooleanIterator
| Constructor | Description |
|---|---|
UnmodifiableBooleanIterator(BooleanIterator booleanIterator) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
boolean |
next() |
|
void |
remove() |
public UnmodifiableBooleanIterator(BooleanIterator booleanIterator)
public boolean hasNext()
hasNext in interface BooleanIteratorpublic boolean next()
next in interface BooleanIteratorpublic void remove()
remove in interface MutableBooleanIteratorCopyright © 2004–2020. All rights reserved.