public class AverageValue
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private float |
count |
private float |
value |
Constructor and Description |
---|
AverageValue() |
Modifier and Type | Method and Description |
---|---|
void |
addValue(float value) |
float |
getAverage() |
private boolean |
isFirstValue() |
java.lang.String |
toString() |