public final class IntegerStack extends java.lang.Object implements java.lang.Cloneable
| Constructor and Description |
|---|
IntegerStack(int maxContents) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
pop() |
void |
push(int val) |
public IntegerStack(int maxContents)