protected static class AbstractLinkedStack.Element<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected AbstractLinkedStack.Element<T> |
parent |
protected T |
value |
Constructor and Description |
---|
AbstractLinkedStack.Element(AbstractLinkedStack.Element<T> parent,
T value) |
protected AbstractLinkedStack.Element<T> parent
protected T value
public AbstractLinkedStack.Element(AbstractLinkedStack.Element<T> parent, T value)