Uses of Class
org.eclipse.collections.impl.stack.primitive.AbstractLongStack
Packages that use AbstractLongStack
Package
Description
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of AbstractLongStack in org.eclipse.collections.impl.stack.mutable.primitive
Subclasses of AbstractLongStack in org.eclipse.collections.impl.stack.mutable.primitiveModifier and TypeClassDescriptionclass
LongArrayStack is similar toArrayStack
, and is memory-optimized for long primitives.