public class DoubleDataCounter extends DataCounter<Double>
list| Constructor and Description | 
|---|
DoubleDataCounter()  | 
| Modifier and Type | Method and Description | 
|---|---|
Double | 
getAverage()
Get the average of the data 
 | 
Double | 
getMax()
Get the maximum of registered data 
 | 
Double | 
getMin()
Get the minimum of registered data 
 | 
Double | 
getTotal()  | 
add, getList, getSize, haspublic Double getTotal()
getTotal in class DataCounter<Double>public Double getMin()
DataCountergetMin in class DataCounter<Double>public Double getMax()
DataCountergetMax in class DataCounter<Double>public Double getAverage()
DataCountergetAverage in class DataCounter<Double>