Class WaitFreeQueue.Node

  • Enclosing class:
    WaitFreeQueue

    protected static final class WaitFreeQueue.Node
    extends java.lang.Object
    List nodes for Queue
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected Node​(java.lang.Object x)
      Make a new node with indicated item, and null link
    • Field Detail

      • value

        protected final java.lang.Object value
    • Constructor Detail

      • Node

        protected Node​(java.lang.Object x)
        Make a new node with indicated item, and null link