@Deprecated public class FastStack<T> extends Object
FastStack()
void
clear()
T
get(int i)
peek()
pop()
push(T t)
int
size()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public FastStack()
public void push(T t)
public T peek()
public T pop()
public int size()
public void clear()
public T get(int i)
public String toString()
toString
Object