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