protected static class AbstractLinkedStack.Element<T> extends 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)
Copyright © 2015. All Rights Reserved.