public interface org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic extends org.apache.commons.math3.stat.descriptive.UnivariateStatistic
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic
  super_class: java.lang.Object
{
  public abstract void increment(double);
    descriptor: (D)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      d     

  public abstract void incrementAll(double[]);
    descriptor: ([D)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalArgumentException
    MethodParameters:
        Name  Flags
      values  

  public abstract void incrementAll(double[], int, int);
    descriptor: ([DII)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalArgumentException
    MethodParameters:
        Name  Flags
      values  
      start   
      length  

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

  public abstract long getN();
    descriptor: ()J
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

  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 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
            invokeinterface org.apache.commons.math3.stat.descriptive.StorelessUnivariateStatistic.copy:()Lorg/apache/commons/math3/stat/descriptive/StorelessUnivariateStatistic;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "StorelessUnivariateStatistic.java"