public abstract class org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic extends org.apache.commons.math3.stat.descriptive.AbstractUnivariateStatistic implements org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic
  super_class: org.apache.commons.math3.stat.descriptive.AbstractUnivariateStatistic
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic this
         0: .line 35
            aload 0 /* this */
            invokespecial org.apache.commons.math3.stat.descriptive.AbstractUnivariateStatistic.<init>:()V
            return
        end local 0 // org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/AbstractStorelessUnivariateStatistic;

  public double evaluate(double[]);
    descriptor: ([D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic this
        start local 1 // double[] values
         0: .line 60
            aload 1 /* values */
            ifnonnull 2
         1: .line 61
            new org.apache.commons.math3.exception.NullArgumentException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.INPUT_ARRAY:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_0
            anewarray java.lang.Object
            invokespecial org.apache.commons.math3.exception.NullArgumentException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
            athrow
         2: .line 63
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* values */
            iconst_0
            aload 1 /* values */
            arraylength
            invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.evaluate:([DII)D
            dreturn
        end local 1 // double[] values
        end local 0 // org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/apache/commons/math3/stat/descriptive/AbstractStorelessUnivariateStatistic;
            0    3     1  values  [D
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalArgumentException
    MethodParameters:
        Name  Flags
      values  final

  public double evaluate(double[], int, int);
    descriptor: ([DII)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic this
        start local 1 // double[] values
        start local 2 // int begin
        start local 3 // int length
         0: .line 91
            aload 0 /* this */
            aload 1 /* values */
            iload 2 /* begin */
            iload 3 /* length */
            invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.test:([DII)Z
            ifeq 3
         1: .line 92
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.clear:()V
         2: .line 93
            aload 0 /* this */
            aload 1 /* values */
            iload 2 /* begin */
            iload 3 /* length */
            invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.incrementAll:([DII)V
         3: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.getResult:()D
            dreturn
        end local 3 // int length
        end local 2 // int begin
        end local 1 // double[] values
        end local 0 // org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/commons/math3/stat/descriptive/AbstractStorelessUnivariateStatistic;
            0    4     1  values  [D
            0    4     2   begin  I
            0    4     3  length  I
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalArgumentException
    MethodParameters:
        Name  Flags
      values  final
      begin   final
      length  final

  public abstract org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic copy();
    descriptor: ()Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void clear();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract double getResult();
    descriptor: ()D
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void increment(double);
    descriptor: (D)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      d     final

  public void incrementAll(double[]);
    descriptor: ([D)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic this
        start local 1 // double[] values
         0: .line 130
            aload 1 /* values */
            ifnonnull 2
         1: .line 131
            new org.apache.commons.math3.exception.NullArgumentException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.INPUT_ARRAY:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_0
            anewarray java.lang.Object
            invokespecial org.apache.commons.math3.exception.NullArgumentException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
            athrow
         2: .line 133
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* values */
            iconst_0
            aload 1 /* values */
            arraylength
            invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.incrementAll:([DII)V
         3: .line 134
            return
        end local 1 // double[] values
        end local 0 // org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/commons/math3/stat/descriptive/AbstractStorelessUnivariateStatistic;
            0    4     1  values  [D
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalArgumentException
    MethodParameters:
        Name  Flags
      values  

  public void incrementAll(double[], int, int);
    descriptor: ([DII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic this
        start local 1 // double[] values
        start local 2 // int begin
        start local 3 // int length
         0: .line 149
            aload 0 /* this */
            aload 1 /* values */
            iload 2 /* begin */
            iload 3 /* length */
            invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.test:([DII)Z
            ifeq 7
         1: .line 150
            iload 2 /* begin */
            iload 3 /* length */
            iadd
            istore 4 /* k */
        start local 4 // int k
         2: .line 151
            iload 2 /* begin */
            istore 5 /* i */
        start local 5 // int i
         3: goto 6
         4: .line 152
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* values */
            iload 5 /* i */
            daload
            invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.increment:(D)V
         5: .line 151
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 5 /* i */
            iload 4 /* k */
            if_icmplt 4
        end local 5 // int i
        end local 4 // int k
         7: .line 155
      StackMap locals:
      StackMap stack:
            return
        end local 3 // int length
        end local 2 // int begin
        end local 1 // double[] values
        end local 0 // org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lorg/apache/commons/math3/stat/descriptive/AbstractStorelessUnivariateStatistic;
            0    8     1  values  [D
            0    8     2   begin  I
            0    8     3  length  I
            2    7     4       k  I
            3    7     5       i  I
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalArgumentException
    MethodParameters:
        Name  Flags
      values  
      begin   
      length  

  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.AbstractStorelessUnivariateStatistic this
        start local 1 // java.lang.Object object
         0: .line 166
            aload 1 /* object */
            aload 0 /* this */
            if_acmpne 2
         1: .line 167
            iconst_1
            ireturn
         2: .line 169
      StackMap locals:
      StackMap stack:
            aload 1 /* object */
            instanceof org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic
            ifne 4
         3: .line 170
            iconst_0
            ireturn
         4: .line 172
      StackMap locals:
      StackMap stack:
            aload 1 /* object */
            checkcast org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic
            astore 2 /* stat */
        start local 2 // org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic stat
         5: .line 173
            aload 2 /* stat */
            invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.getResult:()D
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.getResult:()D
            invokestatic org.apache.commons.math3.util.Precision.equalsIncludingNaN:(DD)Z
            ifeq 8
         6: .line 174
            aload 2 /* stat */
            invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.getN:()J
            l2f
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.getN:()J
            l2f
            invokestatic org.apache.commons.math3.util.Precision.equalsIncludingNaN:(FF)Z
            ifeq 8
         7: .line 173
            iconst_1
            ireturn
      StackMap locals: org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic
      StackMap stack:
         8: iconst_0
            ireturn
        end local 2 // org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic stat
        end local 1 // java.lang.Object object
        end local 0 // org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    9     0    this  Lorg/apache/commons/math3/stat/descriptive/AbstractStorelessUnivariateStatistic;
            0    9     1  object  Ljava/lang/Object;
            5    9     2    stat  Lorg/apache/commons/math3/stat/descriptive/AbstractStorelessUnivariateStatistic;
    MethodParameters:
        Name  Flags
      object  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic this
         0: .line 184
            bipush 31
            bipush 31
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.getResult:()D
            invokestatic org.apache.commons.math3.util.MathUtils.hash:(D)I
            iadd
            imul
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.getN:()J
            l2d
            invokestatic org.apache.commons.math3.util.MathUtils.hash:(D)I
            iadd
            ireturn
        end local 0 // org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/AbstractStorelessUnivariateStatistic;

  public org.apache.commons.math3.stat.descriptive.UnivariateStatistic copy();
    descriptor: ()Lorg/apache/commons/math3/stat/descriptive/UnivariateStatistic;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.copy:()Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AbstractStorelessUnivariateStatistic.java"