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