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.
-
ClassesClassDescriptionImmutableBooleanStackFactoryImpl is a factory implementation which creates instances of type
ImmutableBooleanStack.ImmutableByteStackFactoryImpl is a factory implementation which creates instances of typeImmutableByteStack.ImmutableCharStackFactoryImpl is a factory implementation which creates instances of typeImmutableCharStack.ImmutableDoubleStackFactoryImpl is a factory implementation which creates instances of typeImmutableDoubleStack.ImmutableFloatStackFactoryImpl is a factory implementation which creates instances of typeImmutableFloatStack.ImmutableIntStackFactoryImpl is a factory implementation which creates instances of typeImmutableIntStack.ImmutableLongStackFactoryImpl is a factory implementation which creates instances of typeImmutableLongStack.ImmutableShortStackFactoryImpl is a factory implementation which creates instances of typeImmutableShortStack.