Uses of Class
org.eclipse.collections.impl.stack.primitive.AbstractShortStack
Packages that use AbstractShortStack
Package
Description
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of AbstractShortStack in org.eclipse.collections.impl.stack.immutable.primitive
Subclasses of AbstractShortStack in org.eclipse.collections.impl.stack.immutable.primitiveModifier and TypeClassDescription(package private) final class
ImmutableShortArrayStack is the non-modifiable equivalent ofShortArrayStack
. -
Uses of AbstractShortStack in org.eclipse.collections.impl.stack.mutable.primitive
Subclasses of AbstractShortStack in org.eclipse.collections.impl.stack.mutable.primitiveModifier and TypeClassDescriptionclass
ShortArrayStack is similar toArrayStack
, and is memory-optimized for short primitives.