public class LinkedStack<T> extends AbstractLinkedStack<LinkedStack<T>,T>
AbstractLinkedStack.Element<T>top| Constructor and Description |
|---|
LinkedStack() |
| Modifier and Type | Method and Description |
|---|---|
protected LinkedStack<T> |
createStack() |
clone, cloneAndPop, cloneAndPush, contains, createElement, elementToStr, equals, hashCode, init, isEmpty, iterator, peek, pop, push, toStringprotected LinkedStack<T> createStack()
createStack in class AbstractLinkedStack<LinkedStack<T>,T>