public final class Queue extends Object implements SendInterface
Queue()
Object
pop()
void
push(Object o)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Queue()
public void push(Object o)
push
SendInterface
o
public Object pop()