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
|
add, getList, getSize, haspublic Integer getMin()
DataCountergetMin in class DataCounter<Integer>public Integer getMax()
DataCountergetMax in class DataCounter<Integer>public Integer getAverage()
DataCountergetAverage in class DataCounter<Integer>