Package 

Class MeanCalculator


  • 
    public class MeanCalculator
    
                        

    Class to calculate the average in a stream of numbers on a continuous basis.

    • Method Summary

      Modifier and Type Method Description
      void add(floatĀ number)
      float getMean()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • add

         void add(floatĀ number)