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