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)  
    • 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()