Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for calculate (0.25 sec)

  1. android/guava/src/com/google/common/util/concurrent/AbstractScheduledService.java

           */
          public Schedule(long delay, TimeUnit unit) {
            this.delay = delay;
            this.unit = checkNotNull(unit);
          }
        }
    
        /**
         * Calculates the time at which to next invoke the task.
         *
         * <p>This is guaranteed to be called immediately after the task has completed an iteration and
         * on the same thread as the previous execution of {@link
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Dec 13 19:45:20 GMT 2023
    - 25.8K bytes
    - Viewed (0)
Back to top