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: