Class LapStatistic.Result

  • Enclosing class:
    LapStatistic

    public static final class LapStatistic.Result
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Result​(long lapCounter, long lapTime, long lapMem, long totalMem)  
    • Method Summary

      Modifier and Type Method Description
      long getLapCounter()  
      long getLapMem()  
      long getLapTime()  
      long getTotalMem()  
      • Methods inherited from class java.lang.Object

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

      • Result

        public Result​(long lapCounter,
                      long lapTime,
                      long lapMem,
                      long totalMem)
    • Method Detail

      • getLapCounter

        public long getLapCounter()
      • getLapTime

        public long getLapTime()
      • getLapMem

        public long getLapMem()
      • getTotalMem

        public long getTotalMem()