public final class ArrayIteratorBoolean extends Object
| Constructor and Description |
|---|
ArrayIteratorBoolean(boolean... aArray) |
ArrayIteratorBoolean(boolean[] aArray,
int nOfs,
int nLength)
constructor with offset and length
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
hasNext() |
boolean |
next() |
String |
toString() |
public ArrayIteratorBoolean(@Nonnull boolean... aArray)
public ArrayIteratorBoolean(@Nonnull boolean[] aArray, @Nonnegative int nOfs, @Nonnegative int nLength)
aArray - Source arraynOfs - Offset. Must be ≥ 0.nLength - Length. Must be ≥ 0.Copyright © 2017–2020 Philip Helger. All rights reserved.