| Package | Description |
|---|---|
| com.landawn.abacus.util |
| Modifier and Type | Method and Description |
|---|---|
static IndexedLong |
IndexedLong.of(long value,
int index) |
static IndexedLong |
IndexedLong.of(long value,
long index) |
| Modifier and Type | Method and Description |
|---|---|
ObjIterator<IndexedLong> |
LongIterator.indexed() |
ObjIterator<IndexedLong> |
LongIterator.indexed(long startIndex) |
Copyright © 2021. All rights reserved.