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.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack 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) private DoubleArrayListDoubleArrayList.withArrayCopy(double[] elements, int begin, int length) DoubleArrayList.without(double element) DoubleArrayList.withoutAll(DoubleIterable elements) static DoubleArrayListDoubleArrayList.wrapCopy(double... array) Creates a new list by first copying the array passed in. -
Uses of DoubleArrayList in org.eclipse.collections.impl.stack.immutable.primitive
Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as DoubleArrayListModifier and TypeFieldDescriptionprivate final DoubleArrayListImmutableDoubleArrayStack.delegateMethods in org.eclipse.collections.impl.stack.immutable.primitive that return DoubleArrayListModifier and TypeMethodDescriptionprotected DoubleArrayListImmutableDoubleArrayStack.getDelegate()Constructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type DoubleArrayList -
Uses of DoubleArrayList in org.eclipse.collections.impl.stack.mutable.primitive
Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as DoubleArrayListMethods in org.eclipse.collections.impl.stack.mutable.primitive that return DoubleArrayList -
Uses of DoubleArrayList in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return DoubleArrayListModifier and TypeMethodDescriptionprotected abstract DoubleArrayListAbstractDoubleStack.getDelegate()