Package org.dmfs.jems2
Interface Stack.StackTop<Element>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stack<Element>bottom()Returns the underlyingStack.Elementelement()Returns the topmost stack element.
-