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 May 31 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.