public final class IntegerStack extends java.lang.Object
Constructor and Description |
---|
IntegerStack() |
Modifier and Type | Method and Description |
---|---|
boolean |
isEmpty() |
java.lang.Integer |
pop() |
void |
push(java.lang.Integer x) |
public IntegerStack()