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