public final class BooleanArrayIterator extends AbstractIndexedIterator<Boolean>
| Constructor and Description |
|---|
BooleanArrayIterator(boolean... array)
Creates a new BooleanArrayIterator.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
get(int index)
Returns the payload value at the given index.
|
hasNext, hasPrevious, next, previousremoveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremoveforEachRemainingpublic BooleanArrayIterator(boolean... array)
throws IllegalArgumentException
array - The boolean[] to iterate over.IllegalArgumentException - If the given boolean[] is null.public Boolean get(int index)
AbstractIndexedIteratorget in class AbstractIndexedIterator<Boolean>index - The index to be used, which is guaranteed to be non-negative
and smaller then the maximum index.Copyright © 2015–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.