Uses of Class
org.eclipse.collections.impl.list.mutable.primitive.IntArrayList
-
Packages that use IntArrayList 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 IntArrayList in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return IntArrayList Modifier and Type Method Description IntArrayListIntArrayList. newEmpty()Creates a new empty IntArrayList.static IntArrayListIntArrayList. newList(IntIterable source)static IntArrayListIntArrayList. newListWith(int... elements)Creates a new list using the passedelementsargument as the backing store.static IntArrayListIntArrayList. newWithNValues(int size, int value)IntArrayListIntArrayList. reject(IntPredicate predicate)IntArrayListIntArrayList. reverseThis()IntArrayListIntArrayList. select(IntPredicate predicate)IntArrayListIntArrayList. sortThis()IntArrayListIntArrayList. sortThis(IntComparator comparator)IntArrayListIntArrayList. toReversed()IntArrayListIntArrayList. with(int element)IntArrayListIntArrayList. with(int element1, int element2)IntArrayListIntArrayList. with(int element1, int element2, int element3)IntArrayListIntArrayList. with(int element1, int element2, int element3, int... elements)IntArrayListIntArrayList. withAll(IntIterable elements)private IntArrayListIntArrayList. withArrayCopy(int[] elements, int begin, int length)IntArrayListIntArrayList. without(int element)IntArrayListIntArrayList. withoutAll(IntIterable elements)static IntArrayListIntArrayList. 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 IntArrayList Modifier and Type Field Description private IntArrayListImmutableIntArrayStack. delegateMethods in org.eclipse.collections.impl.stack.immutable.primitive that return IntArrayList Modifier and Type Method Description protected IntArrayListImmutableIntArrayStack. getDelegate()Constructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type IntArrayList Constructor Description ImmutableIntArrayStack(IntArrayList newElements) -
Uses of IntArrayList in org.eclipse.collections.impl.stack.mutable.primitive
Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as IntArrayList Modifier and Type Field Description private IntArrayListIntArrayStack. delegateMethods in org.eclipse.collections.impl.stack.mutable.primitive that return IntArrayList Modifier and Type Method Description protected IntArrayListIntArrayStack. getDelegate() -
Uses of IntArrayList in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return IntArrayList Modifier and Type Method Description protected abstract IntArrayListAbstractIntStack. getDelegate()
-