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