| Package | Description |
|---|---|
| com.gs.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
static DoubleArrayList |
DoubleArrayList.newList(com.gs.collections.api.DoubleIterable source) |
static DoubleArrayList |
DoubleArrayList.newListWith(double... elements)
Creates a new list using the passed
elements argument as the backing store. |
static DoubleArrayList |
DoubleArrayList.newWithNValues(int size,
double value) |
DoubleArrayList |
DoubleArrayList.reject(com.gs.collections.api.block.predicate.primitive.DoublePredicate predicate) |
DoubleArrayList |
DoubleArrayList.reverseThis() |
DoubleArrayList |
DoubleArrayList.select(com.gs.collections.api.block.predicate.primitive.DoublePredicate predicate) |
DoubleArrayList |
DoubleArrayList.sortThis() |
DoubleArrayList |
DoubleArrayList.toReversed() |
DoubleArrayList |
DoubleArrayList.with(double element) |
DoubleArrayList |
DoubleArrayList.with(double element1,
double element2) |
DoubleArrayList |
DoubleArrayList.with(double element1,
double element2,
double element3) |
DoubleArrayList |
DoubleArrayList.with(double element1,
double element2,
double element3,
double... elements) |
DoubleArrayList |
DoubleArrayList.withAll(com.gs.collections.api.DoubleIterable elements) |
DoubleArrayList |
DoubleArrayList.without(double element) |
DoubleArrayList |
DoubleArrayList.withoutAll(com.gs.collections.api.DoubleIterable elements) |