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