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