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