|
org.openide.util 7.9.0 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openide.util.Queue<T>
BlockingQueue
instead.
@Deprecated public class Queue<T>
Queue of objects. When there is no object in the queue the process is suspended till some arrives. Implementation appears to be LIFO.
Constructor Summary | |
---|---|
Queue()
Deprecated. |
Method Summary | |
---|---|
T |
get()
Deprecated. Gets an object from the queue. |
void |
put(T o)
Deprecated. Adds new item. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Queue()
Method Detail |
---|
public void put(T o)
o
- object to addpublic T get()
|
org.openide.util 7.9.0 1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |