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.
|
Built on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.