Uses of Package
org.eclipse.collections.impl.stack.mutable.primitive
Package | Description |
---|---|
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
-
Classes in org.eclipse.collections.impl.stack.mutable.primitive used by org.eclipse.collections.impl.stack.mutable.primitive Class Description BooleanArrayStack BooleanArrayStack is similar toArrayStack
, and is memory-optimized for boolean primitives.ByteArrayStack ByteArrayStack is similar toArrayStack
, and is memory-optimized for byte primitives.CharArrayStack CharArrayStack is similar toArrayStack
, and is memory-optimized for char primitives.DoubleArrayStack DoubleArrayStack is similar toArrayStack
, and is memory-optimized for double primitives.FloatArrayStack FloatArrayStack is similar toArrayStack
, and is memory-optimized for float primitives.IntArrayStack IntArrayStack is similar toArrayStack
, and is memory-optimized for int primitives.LongArrayStack LongArrayStack is similar toArrayStack
, and is memory-optimized for long primitives.MutableBooleanStackFactoryImpl MutableBooleanStackFactoryImpl is a factory implementation which creates instances of typeMutableBooleanStack
.MutableByteStackFactoryImpl MutableByteStackFactoryImpl is a factory implementation which creates instances of typeMutableByteStack
.MutableCharStackFactoryImpl MutableCharStackFactoryImpl is a factory implementation which creates instances of typeMutableCharStack
.MutableDoubleStackFactoryImpl MutableDoubleStackFactoryImpl is a factory implementation which creates instances of typeMutableDoubleStack
.MutableFloatStackFactoryImpl MutableFloatStackFactoryImpl is a factory implementation which creates instances of typeMutableFloatStack
.MutableIntStackFactoryImpl MutableIntStackFactoryImpl is a factory implementation which creates instances of typeMutableIntStack
.MutableLongStackFactoryImpl MutableLongStackFactoryImpl is a factory implementation which creates instances of typeMutableLongStack
.MutableShortStackFactoryImpl MutableShortStackFactoryImpl is a factory implementation which creates instances of typeMutableShortStack
.ShortArrayStack ShortArrayStack is similar toArrayStack
, and is memory-optimized for short primitives.