Class Average
- java.lang.Object
-
- com.djrapitops.plan.utilities.analysis.Average
-
public class Average extends java.lang.Object
Utility for averaging data.
-
-
Constructor Summary
Constructors Constructor Description Average()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(double value)
Add a new entry and check if save should be done.double
getAverageAndReset()
-