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