org.openide.util
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 March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.