Class AccumulatorDouble

java.lang.Object
app.babylon.table.aggregation.AccumulatorDouble
All Implemented Interfaces:
DoubleConsumer

public class AccumulatorDouble extends Object implements DoubleConsumer
  • Constructor Details

    • AccumulatorDouble

      public AccumulatorDouble()
  • Method Details

    • accept

      public void accept(double value)
      Specified by:
      accept in interface DoubleConsumer
    • accept

      public void accept(char[] chars, int start, int length)
    • getCount

      public long getCount()
    • getMin

      public double getMin()
    • getMax

      public double getMax()
    • getSum

      public double getSum()
    • getMean

      public double getMean()
    • getM2

      public double getM2()