Uses of Class
org.eclipse.collections.impl.list.mutable.primitive.LongArrayList
-
Packages that use LongArrayList 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 LongArrayList in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return LongArrayList Modifier and Type Method Description LongArrayListLongArrayList. 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)LongArrayListLongArrayList. reject(LongPredicate predicate)LongArrayListLongArrayList. reverseThis()LongArrayListLongArrayList. select(LongPredicate predicate)LongArrayListLongArrayList. sortThis()LongArrayListLongArrayList. sortThis(LongComparator comparator)LongArrayListLongArrayList. toReversed()LongArrayListLongArrayList. with(long element)LongArrayListLongArrayList. with(long element1, long element2)LongArrayListLongArrayList. with(long element1, long element2, long element3)LongArrayListLongArrayList. with(long element1, long element2, long element3, long... elements)LongArrayListLongArrayList. withAll(LongIterable elements)private LongArrayListLongArrayList. withArrayCopy(long[] elements, int begin, int length)LongArrayListLongArrayList. without(long element)LongArrayListLongArrayList. withoutAll(LongIterable elements)static LongArrayListLongArrayList. 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 LongArrayList Modifier and Type Field Description private LongArrayListImmutableLongArrayStack. delegateMethods in org.eclipse.collections.impl.stack.immutable.primitive that return LongArrayList Modifier and Type Method Description protected LongArrayListImmutableLongArrayStack. getDelegate()Constructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type LongArrayList Constructor Description ImmutableLongArrayStack(LongArrayList newElements) -
Uses of LongArrayList in org.eclipse.collections.impl.stack.mutable.primitive
Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as LongArrayList Modifier and Type Field Description private LongArrayListLongArrayStack. delegateMethods in org.eclipse.collections.impl.stack.mutable.primitive that return LongArrayList Modifier and Type Method Description protected LongArrayListLongArrayStack. getDelegate() -
Uses of LongArrayList in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LongArrayList Modifier and Type Method Description protected abstract LongArrayListAbstractLongStack. getDelegate()
-