public class Common.JotyStack<T> extends java.lang.Object
JotyStack()
void
pop()
push(T elem)
int
size()
T
top()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JotyStack()
public T top()
public void push(T elem)
public void pop()
public int size()