Class Repeat

    • Constructor Detail

      • Repeat

        public Repeat()
      • Repeat

        public Repeat​(long initialDelay,
                      long repeatPeriod,
                      TimeUnit timeUnit)
    • Method Detail

      • getInitialDelay

        public long getInitialDelay()
      • setInitialDelay

        public void setInitialDelay​(long initialDelay)
      • getRepeatPeriod

        public long getRepeatPeriod()
      • setRepeatPeriod

        public void setRepeatPeriod​(long repeatPeriod)
      • getTimeUnit

        public TimeUnit getTimeUnit()
      • setTimeUnit

        public void setTimeUnit​(TimeUnit timeUnit)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object