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 June 20 2015. | Portions Copyright 1997-2015 Oracle. All rights reserved.