| Package | Description |
|---|---|
| ej.bon |
| Modifier and Type | Method and Description |
|---|---|
EnqueuedWeakReference<T> |
ReferenceQueue.poll()
Queries the queue and returns and removes the first element of the queue.
|
EnqueuedWeakReference<T> |
ReferenceQueue.remove()
Queries the queue, returns and removes the first element of the queue.
|