Package EDU.oswego.cs.dl.util.concurrent
Class WaitFreeQueue.Node
java.lang.Object
EDU.oswego.cs.dl.util.concurrent.WaitFreeQueue.Node
- Enclosing class:
- WaitFreeQueue
List nodes for Queue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
CASNext
(WaitFreeQueue.Node oldNext, WaitFreeQueue.Node newNext) Simulate a CAS operation for 'next' field
-
Field Details
-
value
-
next
-
-
Constructor Details
-
Node
Make a new node with indicated item, and null link
-
-
Method Details
-
CASNext
Simulate a CAS operation for 'next' field
-