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