Interface GeneralUtils.SmoothAverage

All Known Implementing Classes:
GeneralUtils.SmoothAverage1, GeneralUtils.SmoothAverage2
Enclosing class:
GeneralUtils

public static interface GeneralUtils.SmoothAverage
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addValue(long v)
     
    long
     
  • Method Details

    • addValue

      void addValue(long v)
    • getAverage

      long getAverage()