public class DoubleSample extends PrimitiveIterator.OfDouble
| Constructor and Description |
|---|
DoubleSample(PrimitiveIterator.OfDouble iterator,
int stepWidth) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
double |
nextDouble() |
next, removepublic DoubleSample(@NotNull
PrimitiveIterator.OfDouble iterator,
int stepWidth)
public boolean hasNext()
public double nextDouble()
nextDouble in class PrimitiveIterator.OfDouble