Uses of Class
org.eclipse.collections.impl.stack.primitive.AbstractFloatStack
Packages that use AbstractFloatStack
Package
Description
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of AbstractFloatStack in org.eclipse.collections.impl.stack.immutable.primitive
Subclasses of AbstractFloatStack in org.eclipse.collections.impl.stack.immutable.primitiveModifier and TypeClassDescription(package private) final classImmutableFloatArrayStack is the non-modifiable equivalent ofFloatArrayStack. -
Uses of AbstractFloatStack in org.eclipse.collections.impl.stack.mutable.primitive
Subclasses of AbstractFloatStack in org.eclipse.collections.impl.stack.mutable.primitiveModifier and TypeClassDescriptionclassFloatArrayStack is similar toArrayStack, and is memory-optimized for float primitives.