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