| Constructor and Description |
|---|
ArrayIterator(ELEMENTTYPE... aArray) |
| Modifier and Type | Method and Description |
|---|---|
static <ELEMENTTYPE> |
create(ELEMENTTYPE[] aArray) |
static <ELEMENTTYPE> |
createOfsLen(ELEMENTTYPE[] aArray,
int nOfs,
int nLength) |
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
hasNext() |
ELEMENTTYPE |
next() |
void |
remove() |
String |
toString() |
public ArrayIterator(@Nonnull ELEMENTTYPE... aArray)
public boolean hasNext()
hasNext in interface Iterator<ELEMENTTYPE>@Nullable public ELEMENTTYPE next()
next in interface Iterator<ELEMENTTYPE>@UnsupportedOperation public void remove()
remove in interface Iterator<ELEMENTTYPE>@Nonnull public static <ELEMENTTYPE> ArrayIterator<ELEMENTTYPE> create(@Nonnull ELEMENTTYPE[] aArray)
@Nonnull public static <ELEMENTTYPE> ArrayIterator<ELEMENTTYPE> createOfsLen(@Nonnull ELEMENTTYPE[] aArray, @Nonnegative int nOfs, @Nonnegative int nLength)
Copyright © 2014–2015 Philip Helger. All rights reserved.