Package | Description |
---|---|
components.stack |
Stack data structure component family and their implementations. |
Modifier and Type | Class and Description |
---|---|
class |
Stack1L<T>
An implementation thinly layered on top of a java.util.Stack.
|
class |
StackSL<T>
An implementation of a stack layered on top of the component
SinlgyLinkedList.
|