BlockingQueue
@Deprecated public class Queue<T> extends Object
Queue()
T
get()
void
put(T o)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Queue()
public void put(T o)
o
public T get()
Built on August 25 2014. | Portions Copyright 1997-2014 Oracle. All rights reserved.