Uses of Class
org.eclipse.collections.impl.list.mutable.primitive.ShortArrayList
Packages that use ShortArrayList
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 ShortArrayList in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return ShortArrayListModifier and TypeMethodDescriptionShortArrayList.newEmpty()Creates a new empty ShortArrayList.static ShortArrayListShortArrayList.newList(ShortIterable source) static ShortArrayListShortArrayList.newListWith(short... elements) Creates a new list using the passedelementsargument as the backing store.static ShortArrayListShortArrayList.newWithNValues(int size, short value) ShortArrayList.reject(ShortPredicate predicate) ShortArrayList.reverseThis()ShortArrayList.select(ShortPredicate predicate) ShortArrayList.sortThis()ShortArrayList.sortThis(ShortComparator comparator) ShortArrayList.toReversed()ShortArrayList.with(short element) ShortArrayList.with(short element1, short element2) ShortArrayList.with(short element1, short element2, short element3) ShortArrayList.with(short element1, short element2, short element3, short... elements) ShortArrayList.withAll(ShortIterable elements) private ShortArrayListShortArrayList.withArrayCopy(short[] elements, int begin, int length) ShortArrayList.without(short element) ShortArrayList.withoutAll(ShortIterable elements) static ShortArrayListShortArrayList.wrapCopy(short... array) Creates a new list by first copying the array passed in. -
Uses of ShortArrayList in org.eclipse.collections.impl.stack.immutable.primitive
Fields in org.eclipse.collections.impl.stack.immutable.primitive declared as ShortArrayListMethods in org.eclipse.collections.impl.stack.immutable.primitive that return ShortArrayListModifier and TypeMethodDescriptionprotected ShortArrayListImmutableShortArrayStack.getDelegate()Constructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type ShortArrayList -
Uses of ShortArrayList in org.eclipse.collections.impl.stack.mutable.primitive
Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as ShortArrayListMethods in org.eclipse.collections.impl.stack.mutable.primitive that return ShortArrayList -
Uses of ShortArrayList in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return ShortArrayListModifier and TypeMethodDescriptionprotected abstract ShortArrayListAbstractShortStack.getDelegate()