public class DoubleGenerate extends PrimitiveIterator.OfDouble
| Constructor and Description |
|---|
DoubleGenerate(DoubleSupplier supplier) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
double |
nextDouble() |
next, removepublic DoubleGenerate(@NotNull
DoubleSupplier supplier)
public boolean hasNext()
public double nextDouble()
nextDouble in class PrimitiveIterator.OfDouble