de.kappich.sys.funclib.profile
Class LapStatistic.Result

java.lang.Object
  extended by de.kappich.sys.funclib.profile.LapStatistic.Result
Enclosing class:
LapStatistic

public static final class LapStatistic.Result
extends Object


Constructor Summary
LapStatistic.Result(long lapCounter, long lapTime, long lapMem, long totalMem)
           
 
Method Summary
 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

LapStatistic.Result

public LapStatistic.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()