| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> Indexed<T> |
Indexed.of(T value,
int index) |
static <T> Indexed<T> |
Indexed.of(T value,
long index) |
| Modifier and Type | Method and Description |
|---|---|
ExceptionalStream<Indexed<T>,E> |
ExceptionalStream.indexed() |
ObjIterator<Indexed<T>> |
ObjIterator.indexed() |
static <T> Function<T,Indexed<T>> |
Fn.indexed()
Returns a stateful
Predicate. |
ObjIterator<Indexed<T>> |
ObjIterator.indexed(long startIndex) |
Copyright © 2021. All rights reserved.