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