Uses of Class
org.eclipse.collections.impl.list.mutable.primitive.LongArrayList
Packages that use LongArrayList
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 LongArrayList in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return LongArrayListModifier and TypeMethodDescriptionLongArrayList.newEmpty()
Creates a new empty LongArrayList.static LongArrayList
LongArrayList.newList
(LongIterable source) static LongArrayList
LongArrayList.newListWith
(long... elements) Creates a new list using the passedelements
argument as the backing store.static LongArrayList
LongArrayList.newWithNValues
(int size, long value) LongArrayList.reject
(LongPredicate predicate) LongArrayList.reverseThis()
LongArrayList.select
(LongPredicate predicate) LongArrayList.sortThis()
LongArrayList.sortThis
(LongComparator comparator) LongArrayList.toReversed()
LongArrayList.with
(long element) LongArrayList.with
(long element1, long element2) LongArrayList.with
(long element1, long element2, long element3) LongArrayList.with
(long element1, long element2, long element3, long... elements) LongArrayList.withAll
(LongIterable elements) private LongArrayList
LongArrayList.withArrayCopy
(long[] elements, int begin, int length) LongArrayList.without
(long element) LongArrayList.withoutAll
(LongIterable elements) static LongArrayList
LongArrayList.wrapCopy
(long... array) Creates a new list by first copying the array passed in. -
Uses of LongArrayList in org.eclipse.collections.impl.stack.immutable.primitive
Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as LongArrayListMethods in org.eclipse.collections.impl.stack.immutable.primitive that return LongArrayListConstructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type LongArrayList -
Uses of LongArrayList in org.eclipse.collections.impl.stack.mutable.primitive
Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as LongArrayListMethods in org.eclipse.collections.impl.stack.mutable.primitive that return LongArrayList -
Uses of LongArrayList in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LongArrayListModifier and TypeMethodDescriptionprotected abstract LongArrayList
AbstractLongStack.getDelegate()