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 forImmutableBooleanStackof size 0.ImmutableBooleanSingletonStack is an optimization forImmutableBooleanStackof size 1.ImmutableBooleanStackFactoryImpl is a factory implementation which creates instances of typeImmutableBooleanStack.ImmutableByteArrayStack is the non-modifiable equivalent ofByteArrayStack.ImmutableByteEmptyStack is an optimization forImmutableByteStackof size 0.ImmutableByteSingletonStack is an optimization forImmutableByteStackof size 1.ImmutableByteStackFactoryImpl is a factory implementation which creates instances of typeImmutableByteStack.ImmutableCharArrayStack is the non-modifiable equivalent ofCharArrayStack.ImmutableCharEmptyStack is an optimization forImmutableCharStackof size 0.ImmutableCharSingletonStack is an optimization forImmutableCharStackof size 1.ImmutableCharStackFactoryImpl is a factory implementation which creates instances of typeImmutableCharStack.ImmutableDoubleArrayStack is the non-modifiable equivalent ofDoubleArrayStack.ImmutableDoubleEmptyStack is an optimization forImmutableDoubleStackof size 0.ImmutableDoubleSingletonStack is an optimization forImmutableDoubleStackof size 1.ImmutableDoubleStackFactoryImpl is a factory implementation which creates instances of typeImmutableDoubleStack.ImmutableFloatArrayStack is the non-modifiable equivalent ofFloatArrayStack.ImmutableFloatEmptyStack is an optimization forImmutableFloatStackof size 0.ImmutableFloatSingletonStack is an optimization forImmutableFloatStackof size 1.ImmutableFloatStackFactoryImpl is a factory implementation which creates instances of typeImmutableFloatStack.ImmutableIntArrayStack is the non-modifiable equivalent ofIntArrayStack.ImmutableIntEmptyStack is an optimization forImmutableIntStackof size 0.ImmutableIntSingletonStack is an optimization forImmutableIntStackof size 1.ImmutableIntStackFactoryImpl is a factory implementation which creates instances of typeImmutableIntStack.ImmutableLongArrayStack is the non-modifiable equivalent ofLongArrayStack.ImmutableLongEmptyStack is an optimization forImmutableLongStackof size 0.ImmutableLongSingletonStack is an optimization forImmutableLongStackof size 1.ImmutableLongStackFactoryImpl is a factory implementation which creates instances of typeImmutableLongStack.ImmutableShortArrayStack is the non-modifiable equivalent ofShortArrayStack.ImmutableShortEmptyStack is an optimization forImmutableShortStackof size 0.ImmutableShortSingletonStack is an optimization forImmutableShortStackof size 1.ImmutableShortStackFactoryImpl is a factory implementation which creates instances of typeImmutableShortStack.