Class TimestampedLong

java.lang.Object
org.teamapps.uisession.statistics.TimestampedLong

public class TimestampedLong
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    TimestampedLong​(long timestamp, long value)  
  • Method Summary

    Modifier and Type Method Description
    long getTimestamp()  
    long getValue()  

    Methods inherited from class java.lang.Object

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

  • Method Details