Uses of Class
org.eclipse.collections.impl.list.immutable.primitive.ImmutableShortArrayList
-
Packages that use ImmutableShortArrayList Package Description org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces. -
-
Uses of ImmutableShortArrayList in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return ImmutableShortArrayList Modifier and Type Method Description static ImmutableShortArrayList
ImmutableShortArrayList. newList(ShortIterable iterable)
static ImmutableShortArrayList
ImmutableShortArrayList. newListWith(short... elements)
ImmutableShortArrayList
ImmutableShortArrayList. toReversed()
-