protected static class SynchronousChannel.Queue extends Object
Modifier and Type | Field and Description |
---|---|
protected LinkedNode |
head |
protected LinkedNode |
last |
Modifier | Constructor and Description |
---|---|
protected |
SynchronousChannel.Queue() |
protected LinkedNode head
protected LinkedNode last
protected void enq(LinkedNode p)
protected LinkedNode deq()
Copyright © 2002-2012. All Rights Reserved.