Class DeltaQueue.Node<T>

  • Enclosing class:
    DeltaQueue<T>

    private static class DeltaQueue.Node<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Node​(T value, long nanos)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Node

        public Node​(T value,
                    long nanos)