Class TimeMetric.Serie

  • Enclosing class:
    TimeMetric<T>

    public static class TimeMetric.Serie
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Object data  
      long timestamp  
    • Constructor Summary

      Constructors 
      Constructor Description
      Serie​(long timestamp, java.lang.Object data)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • timestamp

        public final long timestamp
      • data

        public final java.lang.Object data
    • Constructor Detail

      • Serie

        public Serie​(long timestamp,
                     java.lang.Object data)