Class Topped<Element>

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

    public final class Topped<Element>
    extends java.lang.Object
    implements Stack<Element>
    A Stack based on another Stack and a new top element.