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