public class ShortStack
extends java.lang.Object
| Constructor and Description |
|---|
ShortStack(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
short |
peek() |
short |
pop() |
void |
push(short pushed) |
java.lang.String |
toString() |