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