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