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