protected static class RunnableQueue.Link extends DoublyLinkedList.Node
| Constructor and Description |
|---|
RunnableQueue.Link(Runnable r)
Creates a new link.
|
| Modifier and Type | Method and Description |
|---|---|
void |
unlock()
unlock link and notify locker.
|
getNext, getPrev, insertBefore, setNext, setPrev, unlinkpublic RunnableQueue.Link(Runnable r)
Copyright © 2000–2017 Apache Software Foundation. All rights reserved.