| Package | Description |
|---|---|
| org.magicwerk.brownies.collections.primitive |
This packages contains implementations of GapList and BigList for primitive data types.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanGapList |
BooleanGapList.copy()
Returns a shallow copy of this BooleanGapList instance.
|
static BooleanGapList |
BooleanGapList.create()
Create new list.
|
static BooleanGapList |
BooleanGapList.create(boolean... elems)
Create new list with specified elements.
|
static BooleanGapList |
BooleanGapList.create(java.util.Collection<java.lang.Boolean> coll)
Create new list with specified elements.
|
static BooleanGapList |
BooleanGapList.EMPTY() |
BooleanGapList |
BooleanGapList.getAll(boolean elem) |
BooleanGapList |
BooleanGapList.getAll(int index,
int len) |
BooleanGapList |
BooleanGapList.unmodifiableList() |