Uses of Class
org.eclipse.collections.impl.stack.primitive.AbstractLongStack
Packages that use AbstractLongStack
Package
Description
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of AbstractLongStack in org.eclipse.collections.impl.stack.immutable.primitive
Subclasses of AbstractLongStack in org.eclipse.collections.impl.stack.immutable.primitiveModifier and TypeClassDescription(package private) final classImmutableLongArrayStack is the non-modifiable equivalent ofLongArrayStack. -
Uses of AbstractLongStack in org.eclipse.collections.impl.stack.mutable.primitive
Subclasses of AbstractLongStack in org.eclipse.collections.impl.stack.mutable.primitiveModifier and TypeClassDescriptionclassLongArrayStack is similar toArrayStack, and is memory-optimized for long primitives.