Package org.eclipse.collections.impl.stack.immutable
This package contains implementations of the
ImmutableStack
interface.
ImmutableStack is the immutable equivalent of MutableStack.
This package contains 3 stack implementations:
-
ImmutableArrayStack
- an ImmutableStack backed by a FastList.
This package contains one factory implementation:
-
ImmutableStackFactoryImpl
- a factory which creates instances of typeImmutableStack
.
-
Class Summary Class Description ImmutableArrayStack<T> Deprecated. Replaced byImmutableNotEmptyStack
.ImmutableArrayStack.ImmutableStackSerializationProxy<T> ImmutableEmptyStack<T> ImmutableNotEmptyStack<T> ImmutableStackFactoryImpl ImmutableStackIterator<T> ImmutableStackSerializationProxy<T>