Class SingleStack<Element>

  • Type Parameters:
    Element - The type of the element on this Stack.
    All Implemented Interfaces:
    Stack<Element>

    public final class SingleStack<Element>
    extends java.lang.Object
    implements Stack<Element>
    A Stack of a single element.