| Package | Description |
|---|---|
| datastructures.stack |
| Modifier and Type | Method and Description |
|---|---|
static <T> IStack<T> |
StackFactory.newInstanceStack()
This method returns an instance of a IStack implemented with a
doubly-linked list.
|
static <T> IStack<T> |
StackFactory.newInstanceStackArray()
This method returns an instance of a IStack implemented with an array.
|