public class ConcurrentQueue<T> extends java.lang.Object
ConcurrentQueue()
boolean
offer(T e)
offerIfNotEmpty(T e)
T
poll()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConcurrentQueue()
public T poll()
public boolean offerIfNotEmpty(T e)
public boolean offer(T e)