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.
-
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 LongArrayListLongArrayList.newList(LongIterable source) static LongArrayListLongArrayList.newListWith(long... elements) Creates a new list using the passedelementsargument as the backing store.static LongArrayListLongArrayList.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) LongArrayList.without(long element) LongArrayList.withoutAll(LongIterable elements) static LongArrayListLongArrayList.wrapCopy(long... array) Creates a new list by first copying the array passed in.