java.lang.Object
org.eclipse.collections.impl.stack.primitive.AbstractShortStack
org.eclipse.collections.impl.stack.mutable.primitive.ShortArrayStack
All Implemented Interfaces:
Externalizable, Serializable, OrderedShortIterable, PrimitiveIterable, ShortIterable, MutableShortStack, ShortStack

public class ShortArrayStack
extends AbstractShortStack
implements MutableShortStack, Externalizable
ShortArrayStack is similar to ArrayStack, and is memory-optimized for short primitives. This file was automatically generated from template file primitiveArrayStack.stg.
See Also:
Serialized Form