org.objectweb.jac.lib.stats
Class Stat
java.lang.Object
org.objectweb.jac.lib.stats.Stat
- public class Stat
- extends Object
Constructor Summary |
Stat()
|
Stat(double sum,
long count,
double min,
double max)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Stat
public Stat()
Stat
public Stat(double sum,
long count,
double min,
double max)
getSum
public double getSum()
setSum
public void setSum(double newSum)
getCount
public long getCount()
setCount
public void setCount(long count)
getAverage
public double getAverage()
getMin
public double getMin()
setMin
public void setMin(double newMin)
getMax
public double getMax()
setMax
public void setMax(double newMax)