| Package | Description |
|---|---|
| org.magicwerk.brownies.collections.primitive |
This packages contains implementations of GapList for primitive data types.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanGapList |
BooleanGapList.copy() |
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.create(int capacity)
Create new list with specified capacity.
|
static BooleanGapList |
BooleanGapList.EMPTY() |
BooleanGapList |
BooleanGapList.getAll(boolean elem) |
BooleanGapList |
BooleanGapList.getAll(int index,
int len) |
BooleanGapList |
BooleanGapList.unmodifiableList() |