public final class com.google.common.math.Quantiles$ScaleAndIndex
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.google.common.math.Quantiles$ScaleAndIndex
  super_class: java.lang.Object
{
  private final int scale;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int index;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private void <init>(int, int);
    descriptor: (II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.math.Quantiles$ScaleAndIndex this
        start local 1 // int scale
        start local 2 // int index
         0: .line 218
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 219
            iload 2 /* index */
            iload 1 /* scale */
            invokestatic com.google.common.math.Quantiles.checkIndex:(II)V
         2: .line 220
            aload 0 /* this */
            iload 1 /* scale */
            putfield com.google.common.math.Quantiles$ScaleAndIndex.scale:I
         3: .line 221
            aload 0 /* this */
            iload 2 /* index */
            putfield com.google.common.math.Quantiles$ScaleAndIndex.index:I
         4: .line 222
            return
        end local 2 // int index
        end local 1 // int scale
        end local 0 // com.google.common.math.Quantiles$ScaleAndIndex this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/google/common/math/Quantiles$ScaleAndIndex;
            0    5     1  scale  I
            0    5     2  index  I
    MethodParameters:
       Name  Flags
      scale  
      index  

  public double compute(java.util.Collection<? extends java.lang.Number>);
    descriptor: (Ljava/util/Collection;)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.math.Quantiles$ScaleAndIndex this
        start local 1 // java.util.Collection dataset
         0: .line 233
            aload 0 /* this */
            aload 1 /* dataset */
            invokestatic com.google.common.primitives.Doubles.toArray:(Ljava/util/Collection;)[D
            invokevirtual com.google.common.math.Quantiles$ScaleAndIndex.computeInPlace:([D)D
            dreturn
        end local 1 // java.util.Collection dataset
        end local 0 // com.google.common.math.Quantiles$ScaleAndIndex this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/google/common/math/Quantiles$ScaleAndIndex;
            0    1     1  dataset  Ljava/util/Collection<+Ljava/lang/Number;>;
    Signature: (Ljava/util/Collection<+Ljava/lang/Number;>;)D
    MethodParameters:
         Name  Flags
      dataset  

  public double compute(double[]);
    descriptor: ([D)D
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.math.Quantiles$ScaleAndIndex this
        start local 1 // double[] dataset
         0: .line 244
            aload 0 /* this */
            aload 1 /* dataset */
            invokevirtual double[].clone:()Ljava/lang/Object;
            checkcast double[]
            invokevirtual com.google.common.math.Quantiles$ScaleAndIndex.computeInPlace:([D)D
            dreturn
        end local 1 // double[] dataset
        end local 0 // com.google.common.math.Quantiles$ScaleAndIndex this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/google/common/math/Quantiles$ScaleAndIndex;
            0    1     1  dataset  [D
    MethodParameters:
         Name  Flags
      dataset  

  public double compute(long[]);
    descriptor: ([J)D
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.math.Quantiles$ScaleAndIndex this
        start local 1 // long[] dataset
         0: .line 256
            aload 0 /* this */
            aload 1 /* dataset */
            invokestatic com.google.common.math.Quantiles.longsToDoubles:([J)[D
            invokevirtual com.google.common.math.Quantiles$ScaleAndIndex.computeInPlace:([D)D
            dreturn
        end local 1 // long[] dataset
        end local 0 // com.google.common.math.Quantiles$ScaleAndIndex this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/google/common/math/Quantiles$ScaleAndIndex;
            0    1     1  dataset  [J
    MethodParameters:
         Name  Flags
      dataset  

  public double compute(int[]);
    descriptor: ([I)D
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.math.Quantiles$ScaleAndIndex this
        start local 1 // int[] dataset
         0: .line 267
            aload 0 /* this */
            aload 1 /* dataset */
            invokestatic com.google.common.math.Quantiles.intsToDoubles:([I)[D
            invokevirtual com.google.common.math.Quantiles$ScaleAndIndex.computeInPlace:([D)D
            dreturn
        end local 1 // int[] dataset
        end local 0 // com.google.common.math.Quantiles$ScaleAndIndex this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/google/common/math/Quantiles$ScaleAndIndex;
            0    1     1  dataset  [I
    MethodParameters:
         Name  Flags
      dataset  

  public double computeInPlace(double[]);
    descriptor: ([D)D
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=8, locals=6, args_size=2
        start local 0 // com.google.common.math.Quantiles$ScaleAndIndex this
        start local 1 // double[] dataset
         0: .line 278
            aload 1 /* dataset */
            arraylength
            ifle 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: ldc "Cannot calculate quantiles of an empty dataset"
            invokestatic com.google.common.base.Preconditions.checkArgument:(ZLjava/lang/Object;)V
         3: .line 279
            aload 1 /* dataset */
            invokestatic com.google.common.math.Quantiles.containsNaN:([D)Z
            ifeq 5
         4: .line 280
            ldc NaN
            dreturn
         5: .line 290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.google.common.math.Quantiles$ScaleAndIndex.index:I
            i2l
            aload 1 /* dataset */
            arraylength
            iconst_1
            isub
            i2l
            lmul
            lstore 2 /* numerator */
        start local 2 // long numerator
         6: .line 294
            lload 2 /* numerator */
            aload 0 /* this */
            getfield com.google.common.math.Quantiles$ScaleAndIndex.scale:I
            i2l
            getstatic java.math.RoundingMode.DOWN:Ljava/math/RoundingMode;
            invokestatic com.google.common.math.LongMath.divide:(JJLjava/math/RoundingMode;)J
            l2i
            istore 4 /* quotient */
        start local 4 // int quotient
         7: .line 295
            lload 2 /* numerator */
            iload 4 /* quotient */
            i2l
            aload 0 /* this */
            getfield com.google.common.math.Quantiles$ScaleAndIndex.scale:I
            i2l
            lmul
            lsub
            l2i
            istore 5 /* remainder */
        start local 5 // int remainder
         8: .line 296
            iload 4 /* quotient */
            aload 1 /* dataset */
            iconst_0
            aload 1 /* dataset */
            arraylength
            iconst_1
            isub
            invokestatic com.google.common.math.Quantiles.selectInPlace:(I[DII)V
         9: .line 297
            iload 5 /* remainder */
            ifne 11
        10: .line 298
            aload 1 /* dataset */
            iload 4 /* quotient */
            daload
            dreturn
        11: .line 300
      StackMap locals: long int int
      StackMap stack:
            iload 4 /* quotient */
            iconst_1
            iadd
            aload 1 /* dataset */
            iload 4 /* quotient */
            iconst_1
            iadd
            aload 1 /* dataset */
            arraylength
            iconst_1
            isub
            invokestatic com.google.common.math.Quantiles.selectInPlace:(I[DII)V
        12: .line 301
            aload 1 /* dataset */
            iload 4 /* quotient */
            daload
            aload 1 /* dataset */
            iload 4 /* quotient */
            iconst_1
            iadd
            daload
            iload 5 /* remainder */
            i2d
            aload 0 /* this */
            getfield com.google.common.math.Quantiles$ScaleAndIndex.scale:I
            i2d
            invokestatic com.google.common.math.Quantiles.interpolate:(DDDD)D
            dreturn
        end local 5 // int remainder
        end local 4 // int quotient
        end local 2 // long numerator
        end local 1 // double[] dataset
        end local 0 // com.google.common.math.Quantiles$ScaleAndIndex this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   13     0       this  Lcom/google/common/math/Quantiles$ScaleAndIndex;
            0   13     1    dataset  [D
            6   13     2  numerator  J
            7   13     4   quotient  I
            8   13     5  remainder  I
    MethodParameters:
         Name  Flags
      dataset  
}
SourceFile: "Quantiles.java"
NestHost: com.google.common.math.Quantiles
InnerClasses:
  public final ScaleAndIndex = com.google.common.math.Quantiles$ScaleAndIndex of com.google.common.math.Quantiles