| 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 |
|---|---|
DoubleGapList |
DoubleGapList.copy()
Returns a shallow copy of this DoubleGapList instance.
|
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.EMPTY() |
DoubleGapList |
DoubleGapList.getAll(double elem) |
DoubleGapList |
DoubleGapList.getAll(int index,
int len) |
DoubleGapList |
DoubleGapList.unmodifiableList() |