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, has
public Integer getMin()
DataCounter
getMin
in class DataCounter<Integer>
public Integer getMax()
DataCounter
getMax
in class DataCounter<Integer>
public Integer getAverage()
DataCounter
getAverage
in class DataCounter<Integer>