|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.broadleafcommerce.profile.util.StatCalc
public class StatCalc
| Constructor Summary | |
|---|---|
StatCalc()
|
|
| Method Summary | |
|---|---|
void |
enter(double num)
|
int |
getCount()
|
double |
getMax()
|
double |
getMean()
|
double |
getMin()
|
double |
getStandardDeviation()
|
double |
getSum()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StatCalc()
| Method Detail |
|---|
public void enter(double num)
public int getCount()
public double getSum()
public double getMean()
public double getStandardDeviation()
public double getMin()
public double getMax()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||