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.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces.org.eclipse.collections.impl.stack.primitive -
-
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 DoubleArrayList
DoubleArrayList. 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
DoubleArrayList. reject(DoublePredicate predicate)
DoubleArrayList
DoubleArrayList. reverseThis()
DoubleArrayList
DoubleArrayList. select(DoublePredicate predicate)
DoubleArrayList
DoubleArrayList. sortThis()
DoubleArrayList
DoubleArrayList. sortThis(DoubleComparator comparator)
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)
private DoubleArrayList
DoubleArrayList. withArrayCopy(double[] elements, int begin, int length)
DoubleArrayList
DoubleArrayList. without(double element)
DoubleArrayList
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 DoubleArrayList Modifier and Type Field Description private DoubleArrayList
ImmutableDoubleArrayStack. delegate
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return DoubleArrayList Modifier and Type Method Description protected DoubleArrayList
ImmutableDoubleArrayStack. getDelegate()
Constructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type DoubleArrayList Constructor Description ImmutableDoubleArrayStack(DoubleArrayList newElements)
-
Uses of DoubleArrayList in org.eclipse.collections.impl.stack.mutable.primitive
Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as DoubleArrayList Modifier and Type Field Description private DoubleArrayList
DoubleArrayStack. delegate
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return DoubleArrayList Modifier and Type Method Description protected DoubleArrayList
DoubleArrayStack. getDelegate()
-
Uses of DoubleArrayList in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return DoubleArrayList Modifier and Type Method Description protected abstract DoubleArrayList
AbstractDoubleStack. getDelegate()
-