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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
addValue(long v)
long
getAverage()
-