Package org.eclipse.collections.impl.stack.immutable.primitive
This package contains implementations of the immutable primitive stack interfaces.
An immutable primitive stack is similar to ImmutableStack
but is memory-optimized for primitives.
-
Class Summary Class Description ImmutableBooleanArrayStack ImmutableBooleanArrayStack is the non-modifiable equivalent ofBooleanArrayStack
.ImmutableBooleanArrayStack.ImmutableBooleanStackSerializationProxy ImmutableBooleanEmptyStack ImmutableBooleanEmptyStack is an optimization forImmutableBooleanStack
of size 0.ImmutableBooleanSingletonStack ImmutableBooleanSingletonStack is an optimization forImmutableBooleanStack
of size 1.ImmutableBooleanStackFactoryImpl ImmutableBooleanStackFactoryImpl is a factory implementation which creates instances of typeImmutableBooleanStack
.ImmutableByteArrayStack ImmutableByteArrayStack is the non-modifiable equivalent ofByteArrayStack
.ImmutableByteArrayStack.ImmutableByteStackSerializationProxy ImmutableByteEmptyStack ImmutableByteEmptyStack is an optimization forImmutableByteStack
of size 0.ImmutableByteSingletonStack ImmutableByteSingletonStack is an optimization forImmutableByteStack
of size 1.ImmutableByteStackFactoryImpl ImmutableByteStackFactoryImpl is a factory implementation which creates instances of typeImmutableByteStack
.ImmutableCharArrayStack ImmutableCharArrayStack is the non-modifiable equivalent ofCharArrayStack
.ImmutableCharArrayStack.ImmutableCharStackSerializationProxy ImmutableCharEmptyStack ImmutableCharEmptyStack is an optimization forImmutableCharStack
of size 0.ImmutableCharSingletonStack ImmutableCharSingletonStack is an optimization forImmutableCharStack
of size 1.ImmutableCharStackFactoryImpl ImmutableCharStackFactoryImpl is a factory implementation which creates instances of typeImmutableCharStack
.ImmutableDoubleArrayStack ImmutableDoubleArrayStack is the non-modifiable equivalent ofDoubleArrayStack
.ImmutableDoubleArrayStack.ImmutableDoubleStackSerializationProxy ImmutableDoubleEmptyStack ImmutableDoubleEmptyStack is an optimization forImmutableDoubleStack
of size 0.ImmutableDoubleSingletonStack ImmutableDoubleSingletonStack is an optimization forImmutableDoubleStack
of size 1.ImmutableDoubleStackFactoryImpl ImmutableDoubleStackFactoryImpl is a factory implementation which creates instances of typeImmutableDoubleStack
.ImmutableFloatArrayStack ImmutableFloatArrayStack is the non-modifiable equivalent ofFloatArrayStack
.ImmutableFloatArrayStack.ImmutableFloatStackSerializationProxy ImmutableFloatEmptyStack ImmutableFloatEmptyStack is an optimization forImmutableFloatStack
of size 0.ImmutableFloatSingletonStack ImmutableFloatSingletonStack is an optimization forImmutableFloatStack
of size 1.ImmutableFloatStackFactoryImpl ImmutableFloatStackFactoryImpl is a factory implementation which creates instances of typeImmutableFloatStack
.ImmutableIntArrayStack ImmutableIntArrayStack is the non-modifiable equivalent ofIntArrayStack
.ImmutableIntArrayStack.ImmutableIntStackSerializationProxy ImmutableIntEmptyStack ImmutableIntEmptyStack is an optimization forImmutableIntStack
of size 0.ImmutableIntSingletonStack ImmutableIntSingletonStack is an optimization forImmutableIntStack
of size 1.ImmutableIntStackFactoryImpl ImmutableIntStackFactoryImpl is a factory implementation which creates instances of typeImmutableIntStack
.ImmutableLongArrayStack ImmutableLongArrayStack is the non-modifiable equivalent ofLongArrayStack
.ImmutableLongArrayStack.ImmutableLongStackSerializationProxy ImmutableLongEmptyStack ImmutableLongEmptyStack is an optimization forImmutableLongStack
of size 0.ImmutableLongSingletonStack ImmutableLongSingletonStack is an optimization forImmutableLongStack
of size 1.ImmutableLongStackFactoryImpl ImmutableLongStackFactoryImpl is a factory implementation which creates instances of typeImmutableLongStack
.ImmutableShortArrayStack ImmutableShortArrayStack is the non-modifiable equivalent ofShortArrayStack
.ImmutableShortArrayStack.ImmutableShortStackSerializationProxy ImmutableShortEmptyStack ImmutableShortEmptyStack is an optimization forImmutableShortStack
of size 0.ImmutableShortSingletonStack ImmutableShortSingletonStack is an optimization forImmutableShortStack
of size 1.ImmutableShortStackFactoryImpl ImmutableShortStackFactoryImpl is a factory implementation which creates instances of typeImmutableShortStack
.