Uses of Class
org.eclipse.collections.impl.stack.immutable.primitive.ImmutableShortArrayStack
Packages that use ImmutableShortArrayStack
Package
Description
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 ImmutableShortArrayStackModifier and TypeMethodDescriptionstatic ImmutableShortArrayStack
ImmutableShortArrayStack.newStack
(ShortIterable iterable) static ImmutableShortArrayStack
ImmutableShortArrayStack.newStackFromTopToBottom
(short... items) static ImmutableShortArrayStack
ImmutableShortArrayStack.newStackFromTopToBottom
(ShortIterable items) static ImmutableShortArrayStack
ImmutableShortArrayStack.newStackWith
(short... elements)