protected static class SynchronousChannel.Queue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected LinkedNode |
head |
protected LinkedNode |
last |
Modifier | Constructor and Description |
---|---|
protected |
SynchronousChannel.Queue() |
Modifier and Type | Method and Description |
---|---|
protected LinkedNode |
deq() |
protected void |
enq(LinkedNode p) |
protected LinkedNode head
protected LinkedNode last
protected void enq(LinkedNode p)
protected LinkedNode deq()