public final class ArrayIteratorBoolean extends Object
| Constructor and Description |
|---|
ArrayIteratorBoolean(boolean... aArray) |
| Modifier and Type | Method and Description |
|---|---|
static ArrayIteratorBoolean |
createBeginEnd(boolean[] aArray,
int nBegin,
int nEnd) |
static ArrayIteratorBoolean |
createOfsLen(boolean[] aArray,
int nOfs,
int nLength) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
hasNext() |
boolean |
next() |
void |
remove()
Deprecated.
|
String |
toString() |
public ArrayIteratorBoolean(@Nonnull boolean... aArray)
public boolean hasNext()
public boolean next()
@UnsupportedOperation @Deprecated public void remove()
@Nonnull public static ArrayIteratorBoolean createOfsLen(@Nonnull boolean[] aArray, @Nonnegative int nOfs, @Nonnegative int nLength)
@Nonnull public static ArrayIteratorBoolean createBeginEnd(@Nonnull boolean[] aArray, @Nonnegative int nBegin, @Nonnegative int nEnd)
Copyright © 2014–2015 Philip Helger. All rights reserved.