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