Class SingleStack<Element>

java.lang.Object
org.dmfs.jems2.stack.SingleStack<Element>
Type Parameters:
Element - The type of the element on this Stack.
All Implemented Interfaces:
Stack<Element>

public final class SingleStack<Element> extends Object implements Stack<Element>
A Stack of a single element.