Class LMSQueue.Node<V>

  • Enclosing class:
    LMSQueue<V>

    private static class LMSQueue.Node<V>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Node​(V value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V getValue()  
      • Methods inherited from class java.lang.Object

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