Uses of Class
org.eclipse.collections.impl.list.mutable.primitive.DoubleArrayList
Packages that use DoubleArrayList
Package
Description
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 DoubleArrayListModifier and TypeMethodDescriptionDoubleArrayList.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) DoubleArrayList.reject(DoublePredicate predicate) DoubleArrayList.reverseThis()DoubleArrayList.select(DoublePredicate predicate) DoubleArrayList.sortThis()DoubleArrayList.sortThis(DoubleComparator comparator) DoubleArrayList.toReversed()DoubleArrayList.with(double element) DoubleArrayList.with(double element1, double element2) DoubleArrayList.with(double element1, double element2, double element3) DoubleArrayList.with(double element1, double element2, double element3, double... elements) DoubleArrayList.withAll(DoubleIterable elements) DoubleArrayList.without(double element) DoubleArrayList.withoutAll(DoubleIterable elements) static DoubleArrayListDoubleArrayList.wrapCopy(double... array) Creates a new list by first copying the array passed in.