EDU.oswego.cs.dl.util.concurrent
protected static final class WaitFreeQueue.Node extends Object
| Field Summary | |
|---|---|
| protected WaitFreeQueue.Node | next |
| protected Object | value |
| Constructor Summary | |
|---|---|
| protected | Node(Object x) Make a new node with indicated item, and null link * |
| Method Summary | |
|---|---|
| protected boolean | CASNext(WaitFreeQueue.Node oldNext, WaitFreeQueue.Node newNext) Simulate a CAS operation for 'next' field * |