Interface Stack<Element>

  • All Known Implementing Classes:
    EmptyStack, SingleStack, Topped

    public interface Stack<Element>
    An immutable stack. By design elements can only be retrieved from the top.