public static interface ConcurrentQueue.Handle<V>
| Modifier and Type | Method and Description |
|---|---|
long |
expiration()
Time at which the element will expire
|
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()
long expiration()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.