public class Stack<T> extends java.lang.Object
Stack()
void
clear()
T
peek()
pop()
push(T object)
int
size()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Stack()
public void clear()
public void push(T object)
public T pop()
public T peek()
public int size()