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