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