public class Average
extends java.lang.Object
Constructor and Description |
---|
Average(int limit) |
Modifier and Type | Method and Description |
---|---|
void |
addValue(double value) |
void |
clearValues() |
double |
getAverage(boolean clear) |
boolean |
isAtLimit() |