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 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)private DoubleArrayListDoubleArrayList. withArrayCopy(double[] elements, int begin, int length)DoubleArrayListDoubleArrayList. without(double element)DoubleArrayListDoubleArrayList. 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 DoubleArrayList Modifier and Type Field Description private DoubleArrayListImmutableDoubleArrayStack. delegateMethods in org.eclipse.collections.impl.stack.immutable.primitive that return DoubleArrayList Modifier and Type Method Description protected DoubleArrayListImmutableDoubleArrayStack. 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 DoubleArrayListDoubleArrayStack. delegateMethods in org.eclipse.collections.impl.stack.mutable.primitive that return DoubleArrayList Modifier and Type Method Description protected DoubleArrayListDoubleArrayStack. 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 DoubleArrayListAbstractDoubleStack. getDelegate()
-