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