Uses of Class
org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
-
Packages that use DoubleArrayList Package Description org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces. -
-
Uses of DoubleArrayList in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return DoubleArrayList Modifier and Type Method Description DoubleArrayListDoubleArrayList. newEmpty()Creates a new empty DoubleArrayList.static DoubleArrayListDoubleArrayList. newList(DoubleIterable source)static DoubleArrayListDoubleArrayList. newListWith(double... elements)Creates a new list using the passedelementsargument as the backing store.static DoubleArrayListDoubleArrayList. newWithNValues(int size, double value)DoubleArrayListDoubleArrayList. reject(DoublePredicate predicate)DoubleArrayListDoubleArrayList. reverseThis()DoubleArrayListDoubleArrayList. select(DoublePredicate predicate)DoubleArrayListDoubleArrayList. sortThis()DoubleArrayListDoubleArrayList. sortThis(DoubleComparator comparator)DoubleArrayListDoubleArrayList. toReversed()DoubleArrayListDoubleArrayList. with(double element)DoubleArrayListDoubleArrayList. with(double element1, double element2)DoubleArrayListDoubleArrayList. with(double element1, double element2, double element3)DoubleArrayListDoubleArrayList. with(double element1, double element2, double element3, double... elements)DoubleArrayListDoubleArrayList. withAll(DoubleIterable elements)DoubleArrayListDoubleArrayList. without(double element)DoubleArrayListDoubleArrayList. withoutAll(DoubleIterable elements)static DoubleArrayListDoubleArrayList. wrapCopy(double... array)Creates a new list by first copying the array passed in.
-