public class org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics extends org.apache.commons.math3.stat.descriptive.DescriptiveStatistics
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics
  super_class: org.apache.commons.math3.stat.descriptive.DescriptiveStatistics
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
         0: .line 45
            aload 0 /* this */
            iconst_m1
            invokespecial org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics.<init>:(I)V
         1: .line 46
            return
        end local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
        start local 1 // int window
         0: .line 55
            aload 0 /* this */
            iload 1 /* window */
            invokespecial org.apache.commons.math3.stat.descriptive.DescriptiveStatistics.<init>:(I)V
         1: .line 56
            return
        end local 1 // int window
        end local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;
            0    2     1  window  I
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalArgumentException
    MethodParameters:
        Name  Flags
      window  

  public void <init>(org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics);
    descriptor: (Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
        start local 1 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics original
         0: .line 64
            aload 0 /* this */
            invokespecial org.apache.commons.math3.stat.descriptive.DescriptiveStatistics.<init>:()V
         1: .line 66
            aload 1 /* original */
            aload 0 /* this */
            invokestatic org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics.copy:(Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;)V
         2: .line 67
            return
        end local 1 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics original
        end local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;
            0    3     1  original  Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;
    Exceptions:
      throws org.apache.commons.math3.exception.NullArgumentException
    MethodParameters:
          Name  Flags
      original  

  public synchronized void addValue(double);
    descriptor: (D)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
        start local 1 // double v
         0: .line 74
            aload 0 /* this */
            dload 1 /* v */
            invokespecial org.apache.commons.math3.stat.descriptive.DescriptiveStatistics.addValue:(D)V
         1: .line 75
            return
        end local 1 // double v
        end local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;
            0    2     1     v  D
    MethodParameters:
      Name  Flags
      v     

  public synchronized double apply(org.apache.commons.math3.stat.descriptive.UnivariateStatistic);
    descriptor: (Lorg/apache/commons/math3/stat/descriptive/UnivariateStatistic;)D
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
        start local 1 // org.apache.commons.math3.stat.descriptive.UnivariateStatistic stat
         0: .line 82
            aload 0 /* this */
            aload 1 /* stat */
            invokespecial org.apache.commons.math3.stat.descriptive.DescriptiveStatistics.apply:(Lorg/apache/commons/math3/stat/descriptive/UnivariateStatistic;)D
            dreturn
        end local 1 // org.apache.commons.math3.stat.descriptive.UnivariateStatistic stat
        end local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;
            0    1     1  stat  Lorg/apache/commons/math3/stat/descriptive/UnivariateStatistic;
    MethodParameters:
      Name  Flags
      stat  

  public synchronized void clear();
    descriptor: ()V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
         0: .line 90
            aload 0 /* this */
            invokespecial org.apache.commons.math3.stat.descriptive.DescriptiveStatistics.clear:()V
         1: .line 91
            return
        end local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;

  public synchronized double getElement(int);
    descriptor: (I)D
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
        start local 1 // int index
         0: .line 98
            aload 0 /* this */
            iload 1 /* index */
            invokespecial org.apache.commons.math3.stat.descriptive.DescriptiveStatistics.getElement:(I)D
            dreturn
        end local 1 // int index
        end local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public synchronized long getN();
    descriptor: ()J
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
         0: .line 106
            aload 0 /* this */
            invokespecial org.apache.commons.math3.stat.descriptive.DescriptiveStatistics.getN:()J
            lreturn
        end local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;

  public synchronized double getStandardDeviation();
    descriptor: ()D
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
         0: .line 114
            aload 0 /* this */
            invokespecial org.apache.commons.math3.stat.descriptive.DescriptiveStatistics.getStandardDeviation:()D
            dreturn
        end local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;

  public synchronized double getQuadraticMean();
    descriptor: ()D
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
         0: .line 122
            aload 0 /* this */
            invokespecial org.apache.commons.math3.stat.descriptive.DescriptiveStatistics.getQuadraticMean:()D
            dreturn
        end local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;

  public synchronized double[] getValues();
    descriptor: ()[D
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
         0: .line 130
            aload 0 /* this */
            invokespecial org.apache.commons.math3.stat.descriptive.DescriptiveStatistics.getValues:()[D
            areturn
        end local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;

  public synchronized int getWindowSize();
    descriptor: ()I
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
         0: .line 138
            aload 0 /* this */
            invokespecial org.apache.commons.math3.stat.descriptive.DescriptiveStatistics.getWindowSize:()I
            ireturn
        end local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;

  public synchronized void setWindowSize(int);
    descriptor: (I)V
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
        start local 1 // int windowSize
         0: .line 146
            aload 0 /* this */
            iload 1 /* windowSize */
            invokespecial org.apache.commons.math3.stat.descriptive.DescriptiveStatistics.setWindowSize:(I)V
         1: .line 147
            return
        end local 1 // int windowSize
        end local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;
            0    2     1  windowSize  I
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalArgumentException
    MethodParameters:
            Name  Flags
      windowSize  

  public synchronized java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
         0: .line 154
            aload 0 /* this */
            invokespecial org.apache.commons.math3.stat.descriptive.DescriptiveStatistics.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;

  public synchronized org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics copy();
    descriptor: ()Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
         0: .line 166
            new org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics
            dup
            invokespecial org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics.<init>:()V
         1: .line 165
            astore 1 /* result */
        start local 1 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics result
         2: .line 168
            aload 0 /* this */
            aload 1 /* result */
            invokestatic org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics.copy:(Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;)V
         3: .line 169
            aload 1 /* result */
            areturn
        end local 1 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics result
        end local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;
            2    4     1  result  Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;

  public static void copy(org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics, org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics);
    descriptor: (Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics source
        start local 1 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics dest
         0: .line 184
            aload 0 /* source */
            invokestatic org.apache.commons.math3.util.MathUtils.checkNotNull:(Ljava/lang/Object;)V
         1: .line 185
            aload 1 /* dest */
            invokestatic org.apache.commons.math3.util.MathUtils.checkNotNull:(Ljava/lang/Object;)V
         2: .line 186
            aload 0 /* source */
            dup
            astore 2
            monitorenter
         3: .line 187
            aload 1 /* dest */
            dup
            astore 3
            monitorenter
         4: .line 188
            aload 0 /* source */
            aload 1 /* dest */
            invokestatic org.apache.commons.math3.stat.descriptive.DescriptiveStatistics.copy:(Lorg/apache/commons/math3/stat/descriptive/DescriptiveStatistics;Lorg/apache/commons/math3/stat/descriptive/DescriptiveStatistics;)V
         5: .line 187
            aload 3
            monitorexit
         6: goto 9
      StackMap locals: org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics
      StackMap stack: java.lang.Throwable
         7: aload 3
            monitorexit
         8: athrow
         9: .line 186
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        10: goto 13
      StackMap locals:
      StackMap stack: java.lang.Throwable
        11: aload 2
            monitorexit
        12: athrow
        13: .line 191
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics dest
        end local 0 // org.apache.commons.math3.stat.descriptive.SynchronizedDescriptiveStatistics source
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   14     0  source  Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;
            0   14     1    dest  Lorg/apache/commons/math3/stat/descriptive/SynchronizedDescriptiveStatistics;
      Exception table:
        from    to  target  type
           4     6       7  any
           7     8       7  any
           3    10      11  any
          11    12      11  any
    Exceptions:
      throws org.apache.commons.math3.exception.NullArgumentException
    MethodParameters:
        Name  Flags
      source  
      dest    

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