private static class DeltaQueue.Node<T> extends java.lang.Object
long
delay
DeltaQueue.Node<T>
next
T
value
Node(T value, long nanos)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public final T value
public long delay
public DeltaQueue.Node<T> next
public Node(T value, long nanos)