Class TimeValue


  • public final class TimeValue
    extends Object
    TODO JavaDoc
    • Field Detail

    • Constructor Detail

      • TimeValue

        public TimeValue​(long value,
                         TimeUnit unit)
    • Method Detail

      • getNanos

        public long getNanos()
      • getMillis

        public long getMillis()
      • getMicros

        public long getMicros()
      • getSeconds

        public long getSeconds()
      • getMinutes

        public long getMinutes()
      • getHours

        public long getHours()
      • getDays

        public long getDays()
      • getValue

        public long getValue()