| Package | Description |
|---|---|
| com.landawn.abacus.util | |
| com.landawn.abacus.util.function |
| Modifier and Type | Method and Description |
|---|---|
static DoubleIterator |
DoubleIterator.generate(BooleanSupplier hasNext,
DoubleSupplier supplier) |
static DoubleIterator |
DoubleIterator.generate(DoubleSupplier supplier)
Returns an infinite
DoubleIterator. |
| Modifier and Type | Field and Description |
|---|---|
static DoubleSupplier |
DoubleSupplier.RANDOM |
static DoubleSupplier |
DoubleSupplier.ZERO |
Copyright © 2021. All rights reserved.