Class TestingExecutors.NoOpScheduledExecutorService.NeverScheduledFuture<V>

    • Constructor Detail

      • NeverScheduledFuture

        private NeverScheduledFuture()
    • Method Detail

      • getDelay

        public long getDelay​(java.util.concurrent.TimeUnit unit)
        Specified by:
        getDelay in interface java.util.concurrent.Delayed
      • compareTo

        public int compareTo​(java.util.concurrent.Delayed other)
        Specified by:
        compareTo in interface java.lang.Comparable<V>