Uses of Class
org.eclipse.collections.impl.list.mutable.primitive.ShortArrayList
-
Packages that use ShortArrayList 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 ShortArrayList in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return ShortArrayList Modifier and Type Method Description ShortArrayList
ShortArrayList. newEmpty()
Creates a new empty ShortArrayList.static ShortArrayList
ShortArrayList. newList(ShortIterable source)
static ShortArrayList
ShortArrayList. newListWith(short... elements)
Creates a new list using the passedelements
argument as the backing store.static ShortArrayList
ShortArrayList. newWithNValues(int size, short value)
ShortArrayList
ShortArrayList. reject(ShortPredicate predicate)
ShortArrayList
ShortArrayList. reverseThis()
ShortArrayList
ShortArrayList. select(ShortPredicate predicate)
ShortArrayList
ShortArrayList. sortThis()
ShortArrayList
ShortArrayList. sortThis(ShortComparator comparator)
ShortArrayList
ShortArrayList. toReversed()
ShortArrayList
ShortArrayList. with(short element)
ShortArrayList
ShortArrayList. with(short element1, short element2)
ShortArrayList
ShortArrayList. with(short element1, short element2, short element3)
ShortArrayList
ShortArrayList. with(short element1, short element2, short element3, short... elements)
ShortArrayList
ShortArrayList. withAll(ShortIterable elements)
private ShortArrayList
ShortArrayList. withArrayCopy(short[] elements, int begin, int length)
ShortArrayList
ShortArrayList. without(short element)
ShortArrayList
ShortArrayList. withoutAll(ShortIterable elements)
static ShortArrayList
ShortArrayList. 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 ShortArrayList Modifier and Type Field Description private ShortArrayList
ImmutableShortArrayStack. delegate
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return ShortArrayList Modifier and Type Method Description protected ShortArrayList
ImmutableShortArrayStack. getDelegate()
Constructors in org.eclipse.collections.impl.stack.immutable.primitive with parameters of type ShortArrayList Constructor Description ImmutableShortArrayStack(ShortArrayList newElements)
-
Uses of ShortArrayList in org.eclipse.collections.impl.stack.mutable.primitive
Fields in org.eclipse.collections.impl.stack.mutable.primitive declared as ShortArrayList Modifier and Type Field Description private ShortArrayList
ShortArrayStack. delegate
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return ShortArrayList Modifier and Type Method Description protected ShortArrayList
ShortArrayStack. getDelegate()
-
Uses of ShortArrayList in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return ShortArrayList Modifier and Type Method Description protected abstract ShortArrayList
AbstractShortStack. getDelegate()
-