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 DoubleArrayList
DoubleArrayList.newList
(DoubleIterable source) static DoubleArrayList
DoubleArrayList.newListWith
(double... elements) Creates a new list using the passedelements
argument as the backing store.static DoubleArrayList
DoubleArrayList.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 DoubleArrayList
DoubleArrayList.withArrayCopy
(double[] elements, int begin, int length) DoubleArrayList.without
(double element) DoubleArrayList.withoutAll
(DoubleIterable elements) static DoubleArrayList
DoubleArrayList.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 DoubleArrayList
ImmutableDoubleArrayStack.delegate
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return DoubleArrayListModifier and TypeMethodDescriptionprotected DoubleArrayList
ImmutableDoubleArrayStack.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 DoubleArrayList
AbstractDoubleStack.getDelegate()