Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface Stack
public int height()
public Object pop() throws NoSuchElementException
public void push(Object o)
public Object top() throws NoSuchElementException