Package org.eclipse.collections.impl.stack.mutable


package org.eclipse.collections.impl.stack.mutable
This package contains implementations of the MutableStack interface.

Mutable Stack is backed by a FastList and iterates from top to bottom (LIFO order). It behaves like FastList in terms of runtime complexity.

This package contains 3 stack implementations:

This package contains one factory implementation: