Class TableHelper.ColumnStatistics

java.lang.Object
com.macrofocus.helper.TableHelper.ColumnStatistics
Enclosing class:
TableHelper

public static class TableHelper.ColumnStatistics extends Object
  • Constructor Details

    • ColumnStatistics

      public ColumnStatistics(Number min, Number max, double sum, long count)
  • Method Details

    • getMin

      public Number getMin()
    • getMax

      public Number getMax()
    • getSum

      public double getSum()
    • getCount

      public long getCount()
    • getMean

      public double getMean()
    • toString

      public String toString()
      Overrides:
      toString in class Object