- Enclosing interface:
- Stack<Element>
public static interface Stack.StackTop<Element>
-
Method Summary
Returns the underlying
Stack.
Returns the topmost stack element.
-
Method Details
-
element
Returns the topmost stack element.
-
bottom
Returns the underlying
Stack.