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