public final class BooleanArrayIterable extends Object implements ProtectedIterable<Boolean>
BooleanArrayIterable is a ProtectedIterable that generates
Iterators that iterate over a given boolean[].| Constructor and Description |
|---|
BooleanArrayIterable(boolean... array)
Creates a new
BooleanArrayIterable. |
| Modifier and Type | Method and Description |
|---|---|
net.markenwerk.commons.iterators.BooleanArrayIterator |
iterator()
Returns a
ProtectedIterator. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic BooleanArrayIterable(boolean... array)
throws IllegalArgumentException
BooleanArrayIterable.array - The boolean[] to iterate over.IllegalArgumentException - If the given boolean[] is null.public net.markenwerk.commons.iterators.BooleanArrayIterator iterator()
ProtectedIterableProtectedIterator.Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.