Class LinkedQueueAtomicNode<E>

    • Method Detail

      • getAndNullValue

        public E getAndNullValue()
        Gets the current value and nulls out the reference to it from this node.
        Returns:
        value
      • lpValue

        public E lpValue()
      • spValue

        public void spValue​(E newValue)