Uses of Class
org.eclipse.collections.impl.stack.primitive.AbstractBooleanStack
-
Packages that use AbstractBooleanStack Package Description org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack interfaces.org.eclipse.collections.impl.stack.mutable.primitive This package contains implementations of the mutable primitive stack interfaces. -
-
Uses of AbstractBooleanStack in org.eclipse.collections.impl.stack.immutable.primitive
Subclasses of AbstractBooleanStack in org.eclipse.collections.impl.stack.immutable.primitive Modifier and Type Class Description (package private) class
ImmutableBooleanArrayStack
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.primitive Modifier and Type Class Description class
BooleanArrayStack
BooleanArrayStack is similar toArrayStack
, and is memory-optimized for boolean primitives.
-