Package org.eclipse.collections.impl.stack.mutable.primitive
This package contains implementations of the mutable primitive stack interfaces.
Primitive Stack is similar to MutableStack that is memory-optimized for primitives.
-
Class Summary 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.SynchronizedBooleanStack A synchronized view of aMutableBooleanStack.SynchronizedByteStack A synchronized view of aMutableByteStack.SynchronizedCharStack A synchronized view of aMutableCharStack.SynchronizedDoubleStack A synchronized view of aMutableDoubleStack.SynchronizedFloatStack A synchronized view of aMutableFloatStack.SynchronizedIntStack A synchronized view of aMutableIntStack.SynchronizedLongStack A synchronized view of aMutableLongStack.SynchronizedShortStack A synchronized view of aMutableShortStack.UnmodifiableBooleanStack This file was automatically generated from template file unmodifiablePrimitiveStack.stg.UnmodifiableByteStack This file was automatically generated from template file unmodifiablePrimitiveStack.stg.UnmodifiableCharStack This file was automatically generated from template file unmodifiablePrimitiveStack.stg.UnmodifiableDoubleStack This file was automatically generated from template file unmodifiablePrimitiveStack.stg.UnmodifiableFloatStack This file was automatically generated from template file unmodifiablePrimitiveStack.stg.UnmodifiableIntStack This file was automatically generated from template file unmodifiablePrimitiveStack.stg.UnmodifiableLongStack This file was automatically generated from template file unmodifiablePrimitiveStack.stg.UnmodifiableShortStack This file was automatically generated from template file unmodifiablePrimitiveStack.stg.