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