Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
EDU.oswego.cs.dl.util.concurrent.WaitFreeQueue.Node
protected static final class WaitFreeQueue.Node
extends Object
Field Summary | |
protected WaitFreeQueue.Node | |
protected Object |
Constructor Summary | |
|
Method Summary | |
protected boolean |
|
protected boolean CASNext(WaitFreeQueue.Node oldNext, WaitFreeQueue.Node newNext)
Simulate a CAS operation for 'next' field *