public class LongDataCounter extends DataCounter<Long>
list
Constructor and Description |
---|
LongDataCounter() |
Modifier and Type | Method and Description |
---|---|
Long |
getAverage()
Get the average of the data
|
Long |
getMax()
Get the maximum of registered data
|
Long |
getMin()
Get the minimum of registered data
|
add, getList, getSize, has
public Long getMin()
DataCounter
getMin
in class DataCounter<Long>
public Long getMax()
DataCounter
getMax
in class DataCounter<Long>
public Long getAverage()
DataCounter
getAverage
in class DataCounter<Long>