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