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