Class Time


  • public class Time
    extends java.lang.Object
    • Constructor Detail

      • Time

        public Time()
    • Method Detail

      • getHumanReaction

        public static int getHumanReaction()
      • sleep

        public static boolean sleep()
      • sleep

        public static boolean sleep​(int min,
                                    int max)
      • sleep

        public static boolean sleep​(int sleep)
      • sleep

        public static boolean sleep​(int min,
                                    int max,
                                    Completable completable)
      • sleep

        public static boolean sleep​(int min,
                                    int max,
                                    Completable completable,
                                    int iterationSleep)
      • sleep

        public static boolean sleep​(int timeout,
                                    Completable completable,
                                    int maxTimeout,
                                    Completable resetCondition)
      • sleep

        public static boolean sleep​(int sleep,
                                    Completable completable)
      • sleep

        public static boolean sleep​(int sleep,
                                    Completable completable,
                                    int iterationSleep)
      • sleep

        public static boolean sleep​(SleepTimer timer)
      • sleep

        public static boolean sleep​(SleepTimer timer,
                                    int iterationSleep)
      • getRuntime

        public static long getRuntime​(long startTime)
      • getFormattedRuntime

        public static java.lang.String getFormattedRuntime​(long startTime)
      • getRuntimeMinutes

        public static int getRuntimeMinutes​(long startTime)
      • getFormattedTime

        public static java.lang.String getFormattedTime​(long time)