| Package | Description |
|---|---|
| stackimplementations |
| Modifier and Type | Class and Description |
|---|---|
class |
LinkedStack
This is a linked implementation of a stack.
|
class |
StackShifter
StackShifter implements a stack by shifting elements on every
push or pop.
|
class |
StackWithTopPointer
StackWithTopPointer implements a stack in an array with a top pointer.
|
| Modifier and Type | Method and Description |
|---|---|
static Stack |
StackFactory.getStack() |