Interface Stack.StackTop<Element>

  • Enclosing interface:
    Stack<Element>

    public static interface Stack.StackTop<Element>
    The top of a Stack.
    • Method Detail

      • element

        Element element()
        Returns the topmost stack element.