Package org.dmfs.jems2.stack
Class Topped<Element>
java.lang.Object
org.dmfs.jems2.stack.Topped<Element>
- Type Parameters:
Element- The type of the elements on the Stack.
- All Implemented Interfaces:
Stack<Element>
A
Stack based on another Stack and a new top element.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.dmfs.jems2.Stack
Stack.StackTop<Element> -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Method Details
-
top
Description copied from interface:StackRetrieves the top of this Stack. If the stack is empty theStack.StackTopwill be absent.
-