Class LinkedQueueNode<E>

    • Constructor Detail

      • LinkedQueueNode

        public LinkedQueueNode()
      • LinkedQueueNode

        public LinkedQueueNode(E val)
    • 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)