public class org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues implements java.io.Serializable, org.apache.commons.math3.stat.descriptive.StatisticalSummary
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -5108854841843722536

  private final double mean;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double variance;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final long n;
    descriptor: J
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double max;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double min;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double sum;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(double, double, long, double, double, double);
    descriptor: (DDJDDD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=13, args_size=7
        start local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
        start local 1 // double mean
        start local 3 // double variance
        start local 5 // long n
        start local 7 // double max
        start local 9 // double min
        start local 11 // double sum
         0: .line 65
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 66
            aload 0 /* this */
            dload 1 /* mean */
            putfield org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.mean:D
         2: .line 67
            aload 0 /* this */
            dload 3 /* variance */
            putfield org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.variance:D
         3: .line 68
            aload 0 /* this */
            lload 5 /* n */
            putfield org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.n:J
         4: .line 69
            aload 0 /* this */
            dload 7 /* max */
            putfield org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.max:D
         5: .line 70
            aload 0 /* this */
            dload 9 /* min */
            putfield org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.min:D
         6: .line 71
            aload 0 /* this */
            dload 11 /* sum */
            putfield org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.sum:D
         7: .line 72
            return
        end local 11 // double sum
        end local 9 // double min
        end local 7 // double max
        end local 5 // long n
        end local 3 // double variance
        end local 1 // double mean
        end local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/apache/commons/math3/stat/descriptive/StatisticalSummaryValues;
            0    8     1      mean  D
            0    8     3  variance  D
            0    8     5         n  J
            0    8     7       max  D
            0    8     9       min  D
            0    8    11       sum  D
    MethodParameters:
          Name  Flags
      mean      
      variance  
      n         
      max       
      min       
      sum       

  public double getMax();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
         0: .line 78
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.max:D
            dreturn
        end local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/StatisticalSummaryValues;

  public double getMean();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
         0: .line 85
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.mean:D
            dreturn
        end local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/StatisticalSummaryValues;

  public double getMin();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
         0: .line 92
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.min:D
            dreturn
        end local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/StatisticalSummaryValues;

  public long getN();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
         0: .line 99
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.n:J
            lreturn
        end local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/StatisticalSummaryValues;

  public double getSum();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
         0: .line 106
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.sum:D
            dreturn
        end local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/StatisticalSummaryValues;

  public double getStandardDeviation();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
         0: .line 113
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.variance:D
            invokestatic org.apache.commons.math3.util.FastMath.sqrt:(D)D
            dreturn
        end local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/StatisticalSummaryValues;

  public double getVariance();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
         0: .line 120
            aload 0 /* this */
            getfield org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.variance:D
            dreturn
        end local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/StatisticalSummaryValues;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
        start local 1 // java.lang.Object object
         0: .line 133
            aload 1 /* object */
            aload 0 /* this */
            if_acmpne 2
         1: .line 134
            iconst_1
            ireturn
         2: .line 136
      StackMap locals:
      StackMap stack:
            aload 1 /* object */
            instanceof org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues
            ifne 4
         3: .line 137
            iconst_0
            ireturn
         4: .line 139
      StackMap locals:
      StackMap stack:
            aload 1 /* object */
            checkcast org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues
            astore 2 /* stat */
        start local 2 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues stat
         5: .line 140
            aload 2 /* stat */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getMax:()D
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getMax:()D
            invokestatic org.apache.commons.math3.util.Precision.equalsIncludingNaN:(DD)Z
            ifeq 12
         6: .line 141
            aload 2 /* stat */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getMean:()D
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getMean:()D
            invokestatic org.apache.commons.math3.util.Precision.equalsIncludingNaN:(DD)Z
            ifeq 12
         7: .line 142
            aload 2 /* stat */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getMin:()D
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getMin:()D
            invokestatic org.apache.commons.math3.util.Precision.equalsIncludingNaN:(DD)Z
            ifeq 12
         8: .line 143
            aload 2 /* stat */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getN:()J
            l2f
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getN:()J
            l2f
            invokestatic org.apache.commons.math3.util.Precision.equalsIncludingNaN:(FF)Z
            ifeq 12
         9: .line 144
            aload 2 /* stat */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getSum:()D
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getSum:()D
            invokestatic org.apache.commons.math3.util.Precision.equalsIncludingNaN:(DD)Z
            ifeq 12
        10: .line 145
            aload 2 /* stat */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getVariance:()D
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getVariance:()D
            invokestatic org.apache.commons.math3.util.Precision.equalsIncludingNaN:(DD)Z
            ifeq 12
        11: .line 140
            iconst_1
            ireturn
      StackMap locals: org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues
      StackMap stack:
        12: iconst_0
            ireturn
        end local 2 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues stat
        end local 1 // java.lang.Object object
        end local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lorg/apache/commons/math3/stat/descriptive/StatisticalSummaryValues;
            0   13     1  object  Ljava/lang/Object;
            5   13     2    stat  Lorg/apache/commons/math3/stat/descriptive/StatisticalSummaryValues;
    MethodParameters:
        Name  Flags
      object  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
         0: .line 155
            bipush 31
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getMax:()D
            invokestatic org.apache.commons.math3.util.MathUtils.hash:(D)I
            iadd
            istore 1 /* result */
        start local 1 // int result
         1: .line 156
            iload 1 /* result */
            bipush 31
            imul
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getMean:()D
            invokestatic org.apache.commons.math3.util.MathUtils.hash:(D)I
            iadd
            istore 1 /* result */
         2: .line 157
            iload 1 /* result */
            bipush 31
            imul
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getMin:()D
            invokestatic org.apache.commons.math3.util.MathUtils.hash:(D)I
            iadd
            istore 1 /* result */
         3: .line 158
            iload 1 /* result */
            bipush 31
            imul
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getN:()J
            l2d
            invokestatic org.apache.commons.math3.util.MathUtils.hash:(D)I
            iadd
            istore 1 /* result */
         4: .line 159
            iload 1 /* result */
            bipush 31
            imul
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getSum:()D
            invokestatic org.apache.commons.math3.util.MathUtils.hash:(D)I
            iadd
            istore 1 /* result */
         5: .line 160
            iload 1 /* result */
            bipush 31
            imul
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getVariance:()D
            invokestatic org.apache.commons.math3.util.MathUtils.hash:(D)I
            iadd
            istore 1 /* result */
         6: .line 161
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/apache/commons/math3/stat/descriptive/StatisticalSummaryValues;
            1    7     1  result  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
         0: .line 172
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* outBuffer */
        start local 1 // java.lang.StringBuffer outBuffer
         1: .line 173
            ldc "\n"
            astore 2 /* endl */
        start local 2 // java.lang.String endl
         2: .line 174
            aload 1 /* outBuffer */
            ldc "StatisticalSummaryValues:"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 2 /* endl */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 175
            aload 1 /* outBuffer */
            ldc "n: "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getN:()J
            invokevirtual java.lang.StringBuffer.append:(J)Ljava/lang/StringBuffer;
            aload 2 /* endl */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 176
            aload 1 /* outBuffer */
            ldc "min: "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getMin:()D
            invokevirtual java.lang.StringBuffer.append:(D)Ljava/lang/StringBuffer;
            aload 2 /* endl */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 177
            aload 1 /* outBuffer */
            ldc "max: "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getMax:()D
            invokevirtual java.lang.StringBuffer.append:(D)Ljava/lang/StringBuffer;
            aload 2 /* endl */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 178
            aload 1 /* outBuffer */
            ldc "mean: "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getMean:()D
            invokevirtual java.lang.StringBuffer.append:(D)Ljava/lang/StringBuffer;
            aload 2 /* endl */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 179
            aload 1 /* outBuffer */
            ldc "std dev: "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getStandardDeviation:()D
            invokevirtual java.lang.StringBuffer.append:(D)Ljava/lang/StringBuffer;
         8: .line 180
            aload 2 /* endl */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 181
            aload 1 /* outBuffer */
            ldc "variance: "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getVariance:()D
            invokevirtual java.lang.StringBuffer.append:(D)Ljava/lang/StringBuffer;
            aload 2 /* endl */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        10: .line 182
            aload 1 /* outBuffer */
            ldc "sum: "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues.getSum:()D
            invokevirtual java.lang.StringBuffer.append:(D)Ljava/lang/StringBuffer;
            aload 2 /* endl */
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        11: .line 183
            aload 1 /* outBuffer */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.String endl
        end local 1 // java.lang.StringBuffer outBuffer
        end local 0 // org.apache.commons.math3.stat.descriptive.StatisticalSummaryValues this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lorg/apache/commons/math3/stat/descriptive/StatisticalSummaryValues;
            1   12     1  outBuffer  Ljava/lang/StringBuffer;
            2   12     2       endl  Ljava/lang/String;
}
SourceFile: "StatisticalSummaryValues.java"