Package org.eclipse.collections.impl.stack.immutable.primitive
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.
-
ClassesClassDescriptionImmutableBooleanArrayStack is the non-modifiable equivalent of
BooleanArrayStack
.ImmutableBooleanEmptyStack is an optimization forImmutableBooleanStack
of size 0.ImmutableBooleanSingletonStack is an optimization forImmutableBooleanStack
of size 1.ImmutableBooleanStackFactoryImpl is a factory implementation which creates instances of typeImmutableBooleanStack
.ImmutableByteArrayStack is the non-modifiable equivalent ofByteArrayStack
.ImmutableByteEmptyStack is an optimization forImmutableByteStack
of size 0.ImmutableByteSingletonStack is an optimization forImmutableByteStack
of size 1.ImmutableByteStackFactoryImpl is a factory implementation which creates instances of typeImmutableByteStack
.ImmutableCharArrayStack is the non-modifiable equivalent ofCharArrayStack
.ImmutableCharEmptyStack is an optimization forImmutableCharStack
of size 0.ImmutableCharSingletonStack is an optimization forImmutableCharStack
of size 1.ImmutableCharStackFactoryImpl is a factory implementation which creates instances of typeImmutableCharStack
.ImmutableDoubleArrayStack is the non-modifiable equivalent ofDoubleArrayStack
.ImmutableDoubleEmptyStack is an optimization forImmutableDoubleStack
of size 0.ImmutableDoubleSingletonStack is an optimization forImmutableDoubleStack
of size 1.ImmutableDoubleStackFactoryImpl is a factory implementation which creates instances of typeImmutableDoubleStack
.ImmutableFloatArrayStack is the non-modifiable equivalent ofFloatArrayStack
.ImmutableFloatEmptyStack is an optimization forImmutableFloatStack
of size 0.ImmutableFloatSingletonStack is an optimization forImmutableFloatStack
of size 1.ImmutableFloatStackFactoryImpl is a factory implementation which creates instances of typeImmutableFloatStack
.ImmutableIntArrayStack is the non-modifiable equivalent ofIntArrayStack
.ImmutableIntEmptyStack is an optimization forImmutableIntStack
of size 0.ImmutableIntSingletonStack is an optimization forImmutableIntStack
of size 1.ImmutableIntStackFactoryImpl is a factory implementation which creates instances of typeImmutableIntStack
.ImmutableLongArrayStack is the non-modifiable equivalent ofLongArrayStack
.ImmutableLongEmptyStack is an optimization forImmutableLongStack
of size 0.ImmutableLongSingletonStack is an optimization forImmutableLongStack
of size 1.ImmutableLongStackFactoryImpl is a factory implementation which creates instances of typeImmutableLongStack
.ImmutableShortArrayStack is the non-modifiable equivalent ofShortArrayStack
.ImmutableShortEmptyStack is an optimization forImmutableShortStack
of size 0.ImmutableShortSingletonStack is an optimization forImmutableShortStack
of size 1.ImmutableShortStackFactoryImpl is a factory implementation which creates instances of typeImmutableShortStack
.