Class VariableLinkedBlockingQueue.Node<E>

  • Enclosing class:
    VariableLinkedBlockingQueue<E>

    static class VariableLinkedBlockingQueue.Node<E>
    extends java.lang.Object
    Linked list node class
    • Constructor Summary

      Constructors 
      Constructor Description
      Node​(E x)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait