| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Field and Description |
|---|---|
static DoubleIterator |
DoubleIterator.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
static DoubleIterator |
Iterators.concat(double[]... a) |
static DoubleIterator |
Iterators.concat(DoubleIterator... a) |
static DoubleIterator |
DoubleIterator.empty() |
static DoubleIterator |
DoubleIterator.generate(BooleanSupplier hasNext,
DoubleSupplier supplier) |
static DoubleIterator |
DoubleIterator.generate(DoubleSupplier supplier)
Returns an infinite
DoubleIterator. |
static DoubleIterator |
DoubleIterator.of(double... a) |
static DoubleIterator |
DoubleIterator.of(double[] a,
int fromIndex,
int toIndex) |
static DoubleIterator |
DoubleIterator.of(Supplier<? extends DoubleIterator> iteratorSupplier)
Lazy evaluation.
|
static DoubleIterator |
DoubleIterator.oF(Supplier<double[]> arraySupplier)
Lazy evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
static DoubleIterator |
Iterators.concat(DoubleIterator... a) |
| Modifier and Type | Method and Description |
|---|---|
static DoubleIterator |
DoubleIterator.of(Supplier<? extends DoubleIterator> iteratorSupplier)
Lazy evaluation.
|
Copyright © 2021. All rights reserved.