Class DeltaQueue<T>


  • public class DeltaQueue<T>
    extends Object
    • Constructor Detail

      • DeltaQueue

        public DeltaQueue()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • isNotEmpty

        public boolean isNotEmpty()
      • next

        public T next()
      • delay

        public long delay()
      • delay

        public long delay​(T element)
      • add

        public void add​(long delay,
                        T value)
      • tick

        public long tick​(long timeUnits)
      • pop

        public T pop()
      • remove

        public boolean remove​(T element)