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