public static interface ConcurrentQueue.Handle<V>
| Modifier and Type | Method and Description |
|---|---|
boolean |
remove()
Delete the element corresponding to this handle
from the queue.
|
V |
value()
Return the value that corresponds to this handle.
|
V value()
boolean remove()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.