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