protected static class RunnableQueue.Link extends DoublyLinkedList.Node
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Runnable |
runnable
The Runnable.
|
| Constructor and Description |
|---|
Link(java.lang.Runnable r)
Creates a new link.
|
| Modifier and Type | Method and Description |
|---|---|
void |
unlock()
unlock link and notify locker.
|
getNext, getPrev, insertBefore, setNext, setPrev, unlink