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