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.
-
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) ShortArrayList.without(short element) ShortArrayList.withoutAll(ShortIterable elements) static ShortArrayListShortArrayList.wrapCopy(short... array) Creates a new list by first copying the array passed in.