BlockingQueue
instead.@Deprecated public class Queue<T> extends Object
Constructor and Description |
---|
Queue()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
T |
get()
Deprecated.
Gets an object from the queue.
|
void |
put(T o)
Deprecated.
Adds new item.
|