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 April 14 2012. | Portions Copyright 1997-2012 Sun Microsystems, Inc. All rights reserved.