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