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 ImmutableShortArrayStackImmutableShortArrayStack. newStack(ShortIterable iterable)static ImmutableShortArrayStackImmutableShortArrayStack. newStackFromTopToBottom(short... items)static ImmutableShortArrayStackImmutableShortArrayStack. newStackFromTopToBottom(ShortIterable items)static ImmutableShortArrayStackImmutableShortArrayStack. newStackWith(short... elements)
-