BlockingQueue instead.@Deprecated
public class Queue<T>
extends java.lang.Object
| Constructor | Description |
|---|---|
Queue() |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
T |
get() |
Deprecated.
Gets an object from the queue.
|
void |
put(T o) |
Deprecated.
Adds new item.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.