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 0: aload 0
invokespecial org.apache.commons.math3.stat.descriptive.AbstractUnivariateStatistic.<init>:()V
return
end local 0 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 start local 1 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 0
aload 1
iconst_0
aload 1
arraylength
invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.evaluate:([DII)D
dreturn
end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
aload 1
iload 2
iload 3
invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.test:([DII)Z
ifeq 3
1: aload 0
invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.clear:()V
2: aload 0
aload 1
iload 2
iload 3
invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.incrementAll:([DII)V
3: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.getResult:()D
dreturn
end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 1
ifnonnull 2
1: 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: StackMap locals:
StackMap stack:
aload 0
aload 1
iconst_0
aload 1
arraylength
invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.incrementAll:([DII)V
3: return
end local 1 end local 0 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 start local 1 start local 2 start local 3 0: aload 0
aload 1
iload 2
iload 3
invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.test:([DII)Z
ifeq 7
1: iload 2
iload 3
iadd
istore 4
start local 4 2: iload 2
istore 5
start local 5 3: goto 6
4: StackMap locals: int int
StackMap stack:
aload 0
aload 1
iload 5
daload
invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.increment:(D)V
5: iinc 5 1
StackMap locals:
StackMap stack:
6: iload 5
iload 4
if_icmplt 4
end local 5 end local 4 7: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 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 start local 1 0: aload 1
aload 0
if_acmpne 2
1: iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 1
instanceof org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic
ifne 4
3: iconst_0
ireturn
4: StackMap locals:
StackMap stack:
aload 1
checkcast org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic
astore 2
start local 2 5: aload 2
invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.getResult:()D
aload 0
invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.getResult:()D
invokestatic org.apache.commons.math3.util.Precision.equalsIncludingNaN:(DD)Z
ifeq 8
6: aload 2
invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.getN:()J
l2f
aload 0
invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.getN:()J
l2f
invokestatic org.apache.commons.math3.util.Precision.equalsIncludingNaN:(FF)Z
ifeq 8
7: iconst_1
ireturn
StackMap locals: org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic
StackMap stack:
8: iconst_0
ireturn
end local 2 end local 1 end local 0 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 0: bipush 31
bipush 31
aload 0
invokevirtual org.apache.commons.math3.stat.descriptive.AbstractStorelessUnivariateStatistic.getResult:()D
invokestatic org.apache.commons.math3.util.MathUtils.hash:(D)I
iadd
imul
aload 0
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 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: 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"