Uses of Class
org.eclipse.collections.impl.stack.primitive.AbstractBooleanStack
-
Packages that use AbstractBooleanStack Package Description 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.mutable.primitive
Subclasses of AbstractBooleanStack in org.eclipse.collections.impl.stack.mutable.primitive Modifier and Type Class Description classBooleanArrayStackBooleanArrayStack is similar toArrayStack, and is memory-optimized for boolean primitives.
-