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