Uses of Class
org.eclipse.collections.impl.list.mutable.primitive.IntArrayList
Packages that use IntArrayList
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 IntArrayList in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return IntArrayListModifier and TypeMethodDescriptionIntArrayList.newEmpty()
Creates a new empty IntArrayList.static IntArrayList
IntArrayList.newList
(IntIterable source) static IntArrayList
IntArrayList.newListWith
(int... elements) Creates a new list using the passedelements
argument as the backing store.static IntArrayList
IntArrayList.newWithNValues
(int size, int value) IntArrayList.reject
(IntPredicate predicate) IntArrayList.reverseThis()
IntArrayList.select
(IntPredicate predicate) IntArrayList.sortThis()
IntArrayList.sortThis
(IntComparator comparator) IntArrayList.toReversed()
IntArrayList.with
(int element) IntArrayList.with
(int element1, int element2) IntArrayList.with
(int element1, int element2, int element3) IntArrayList.with
(int element1, int element2, int element3, int... elements) IntArrayList.withAll
(IntIterable elements) private IntArrayList
IntArrayList.withArrayCopy
(int[] elements, int begin, int length) IntArrayList.without
(int element) IntArrayList.withoutAll
(IntIterable elements) static IntArrayList
IntArrayList.wrapCopy
(int... array) Creates a new list by first copying the array passed in. -
Uses of IntArrayList in org.eclipse.collections.impl.stack.immutable.primitive
Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as IntArrayListMethods in org.eclipse.collections.impl.stack.immutable.primitive that return IntArrayListConstructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type IntArrayList -
Uses of IntArrayList in org.eclipse.collections.impl.stack.mutable.primitive
Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as IntArrayListMethods in org.eclipse.collections.impl.stack.mutable.primitive that return IntArrayList -
Uses of IntArrayList in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return IntArrayList