Package | Description |
---|---|
org.eclipse.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(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(DoublePredicate predicate) |
DoubleArrayList |
DoubleArrayList.reverseThis() |
DoubleArrayList |
DoubleArrayList.select(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(DoubleIterable elements) |
DoubleArrayList |
DoubleArrayList.without(double element) |
DoubleArrayList |
DoubleArrayList.withoutAll(DoubleIterable elements) |
Copyright © 2004–2016. All rights reserved.