Uses of Package
org.eclipse.collections.impl.stack.immutable.primitive
Packages that use org.eclipse.collections.impl.stack.immutable.primitive
Package
Description
This package contains implementations of the immutable primitive stack interfaces.
-
Classes in org.eclipse.collections.impl.stack.immutable.primitive used by org.eclipse.collections.impl.stack.immutable.primitiveClassDescriptionImmutableBooleanArrayStack is the non-modifiable equivalent of
BooleanArrayStack
.ImmutableByteArrayStack is the non-modifiable equivalent ofByteArrayStack
.ImmutableCharArrayStack is the non-modifiable equivalent ofCharArrayStack
.ImmutableDoubleArrayStack is the non-modifiable equivalent ofDoubleArrayStack
.ImmutableFloatArrayStack is the non-modifiable equivalent ofFloatArrayStack
.ImmutableIntArrayStack is the non-modifiable equivalent ofIntArrayStack
.ImmutableLongArrayStack is the non-modifiable equivalent ofLongArrayStack
.ImmutableShortArrayStack is the non-modifiable equivalent ofShortArrayStack
.