public class StackString
extends java.lang.Object
| Constructor and Description |
|---|
StackString(int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEmpty() |
java.lang.String |
pop() |
void |
push(java.lang.String str) |
int |
size() |
java.lang.String |
toString() |