public interface Stack
int
height()
Object
pop()
void
push(Object o)
top()
int height()
Object pop() throws NoSuchElementException
NoSuchElementException
void push(Object o)
Object top() throws NoSuchElementException