Class TimedValue<T extends java.lang.Comparable<T>>

  • All Implemented Interfaces:
    java.lang.Comparable<TimedValue<T>>

    public class TimedValue<T extends java.lang.Comparable<T>>
    extends java.lang.Object
    implements java.lang.Comparable<TimedValue<T>>
    • Constructor Summary

      Constructors 
      Constructor Description
      TimedValue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compareTo​(TimedValue<T> o)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TimedValue

        public TimedValue()
    • Method Detail

      • compareTo

        public int compareTo​(TimedValue<T> o)
        Specified by:
        compareTo in interface java.lang.Comparable<T extends java.lang.Comparable<T>>