| Package | Description |
|---|---|
| org.magicwerk.brownies.collections.primitive |
This packages contains implementations of GapList for primitive data types.
|
| Modifier and Type | Method and Description |
|---|---|
DoubleGapList |
DoubleGapList.copy() |
static DoubleGapList |
DoubleGapList.create()
Create new list.
|
static DoubleGapList |
DoubleGapList.create(java.util.Collection<java.lang.Double> coll)
Create new list with specified elements.
|
static DoubleGapList |
DoubleGapList.create(double... elems)
Create new list with specified elements.
|
static DoubleGapList |
DoubleGapList.create(int capacity)
Create new list with specified capacity.
|
static DoubleGapList |
DoubleGapList.EMPTY() |
DoubleGapList |
DoubleGapList.getAll(double elem) |
DoubleGapList |
DoubleGapList.getAll(int index,
int len) |
DoubleGapList |
DoubleGapList.unmodifiableList() |