Uses of Class
org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortArrayStack
-
Packages that use ImmutableShortArrayStack Package Description org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces. -
-
Uses of ImmutableShortArrayStack in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return ImmutableShortArrayStack Modifier and Type Method Description static ImmutableShortArrayStack
ImmutableShortArrayStack. newStack(ShortIterable iterable)
static ImmutableShortArrayStack
ImmutableShortArrayStack. newStackFromTopToBottom(short... items)
static ImmutableShortArrayStack
ImmutableShortArrayStack. newStackFromTopToBottom(ShortIterable items)
static ImmutableShortArrayStack
ImmutableShortArrayStack. newStackWith(short... elements)
-