Package com.biglybt.core.util
Interface GeneralUtils.SmoothAverage
- All Known Implementing Classes:
GeneralUtils.SmoothAverage1
,GeneralUtils.SmoothAverage2
- Enclosing class:
- GeneralUtils
public static interface GeneralUtils.SmoothAverage
-
Method Summary
-
Method Details
-
addValue
void addValue(long v) -
getAverage
long getAverage()
-