public class org.apache.commons.math3.stat.descriptive.rank.Median extends org.apache.commons.math3.stat.descriptive.rank.Percentile implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.stat.descriptive.rank.Median
  super_class: org.apache.commons.math3.stat.descriptive.rank.Percentile
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -3961477041290915687

  private static final double FIXED_QUANTILE_50;
    descriptor: D
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 50.0

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.stat.descriptive.rank.Median this
         0: .line 50
            aload 0 /* this */
            ldc 50.0
            invokespecial org.apache.commons.math3.stat.descriptive.rank.Percentile.<init>:(D)V
         1: .line 51
            return
        end local 0 // org.apache.commons.math3.stat.descriptive.rank.Median this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/apache/commons/math3/stat/descriptive/rank/Median;

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

  private void <init>(org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType, org.apache.commons.math3.stat.ranking.NaNStrategy, org.apache.commons.math3.util.KthSelector);
    descriptor: (Lorg/apache/commons/math3/stat/descriptive/rank/Percentile$EstimationType;Lorg/apache/commons/math3/stat/ranking/NaNStrategy;Lorg/apache/commons/math3/util/KthSelector;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // org.apache.commons.math3.stat.descriptive.rank.Median this
        start local 1 // org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType estimationType
        start local 2 // org.apache.commons.math3.stat.ranking.NaNStrategy nanStrategy
        start local 3 // org.apache.commons.math3.util.KthSelector kthSelector
         0: .line 76
            aload 0 /* this */
            ldc 50.0
            aload 1 /* estimationType */
            aload 2 /* nanStrategy */
            aload 3 /* kthSelector */
            invokespecial org.apache.commons.math3.stat.descriptive.rank.Percentile.<init>:(DLorg/apache/commons/math3/stat/descriptive/rank/Percentile$EstimationType;Lorg/apache/commons/math3/stat/ranking/NaNStrategy;Lorg/apache/commons/math3/util/KthSelector;)V
         1: .line 77
            return
        end local 3 // org.apache.commons.math3.util.KthSelector kthSelector
        end local 2 // org.apache.commons.math3.stat.ranking.NaNStrategy nanStrategy
        end local 1 // org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType estimationType
        end local 0 // org.apache.commons.math3.stat.descriptive.rank.Median this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/apache/commons/math3/stat/descriptive/rank/Median;
            0    2     1  estimationType  Lorg/apache/commons/math3/stat/descriptive/rank/Percentile$EstimationType;
            0    2     2     nanStrategy  Lorg/apache/commons/math3/stat/ranking/NaNStrategy;
            0    2     3     kthSelector  Lorg/apache/commons/math3/util/KthSelector;
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalArgumentException
    MethodParameters:
                Name  Flags
      estimationType  final
      nanStrategy     final
      kthSelector     final

  public org.apache.commons.math3.stat.descriptive.rank.Median withEstimationType(org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType);
    descriptor: (Lorg/apache/commons/math3/stat/descriptive/rank/Percentile$EstimationType;)Lorg/apache/commons/math3/stat/descriptive/rank/Median;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.rank.Median this
        start local 1 // org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType newEstimationType
         0: .line 82
            new org.apache.commons.math3.stat.descriptive.rank.Median
            dup
            aload 1 /* newEstimationType */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.rank.Median.getNaNStrategy:()Lorg/apache/commons/math3/stat/ranking/NaNStrategy;
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.rank.Median.getKthSelector:()Lorg/apache/commons/math3/util/KthSelector;
            invokespecial org.apache.commons.math3.stat.descriptive.rank.Median.<init>:(Lorg/apache/commons/math3/stat/descriptive/rank/Percentile$EstimationType;Lorg/apache/commons/math3/stat/ranking/NaNStrategy;Lorg/apache/commons/math3/util/KthSelector;)V
            areturn
        end local 1 // org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType newEstimationType
        end local 0 // org.apache.commons.math3.stat.descriptive.rank.Median this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lorg/apache/commons/math3/stat/descriptive/rank/Median;
            0    1     1  newEstimationType  Lorg/apache/commons/math3/stat/descriptive/rank/Percentile$EstimationType;
    MethodParameters:
                   Name  Flags
      newEstimationType  final

  public org.apache.commons.math3.stat.descriptive.rank.Median withNaNStrategy(org.apache.commons.math3.stat.ranking.NaNStrategy);
    descriptor: (Lorg/apache/commons/math3/stat/ranking/NaNStrategy;)Lorg/apache/commons/math3/stat/descriptive/rank/Median;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.rank.Median this
        start local 1 // org.apache.commons.math3.stat.ranking.NaNStrategy newNaNStrategy
         0: .line 88
            new org.apache.commons.math3.stat.descriptive.rank.Median
            dup
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.rank.Median.getEstimationType:()Lorg/apache/commons/math3/stat/descriptive/rank/Percentile$EstimationType;
            aload 1 /* newNaNStrategy */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.rank.Median.getKthSelector:()Lorg/apache/commons/math3/util/KthSelector;
            invokespecial org.apache.commons.math3.stat.descriptive.rank.Median.<init>:(Lorg/apache/commons/math3/stat/descriptive/rank/Percentile$EstimationType;Lorg/apache/commons/math3/stat/ranking/NaNStrategy;Lorg/apache/commons/math3/util/KthSelector;)V
            areturn
        end local 1 // org.apache.commons.math3.stat.ranking.NaNStrategy newNaNStrategy
        end local 0 // org.apache.commons.math3.stat.descriptive.rank.Median this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/apache/commons/math3/stat/descriptive/rank/Median;
            0    1     1  newNaNStrategy  Lorg/apache/commons/math3/stat/ranking/NaNStrategy;
    MethodParameters:
                Name  Flags
      newNaNStrategy  final

  public org.apache.commons.math3.stat.descriptive.rank.Median withKthSelector(org.apache.commons.math3.util.KthSelector);
    descriptor: (Lorg/apache/commons/math3/util/KthSelector;)Lorg/apache/commons/math3/stat/descriptive/rank/Median;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.stat.descriptive.rank.Median this
        start local 1 // org.apache.commons.math3.util.KthSelector newKthSelector
         0: .line 94
            new org.apache.commons.math3.stat.descriptive.rank.Median
            dup
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.rank.Median.getEstimationType:()Lorg/apache/commons/math3/stat/descriptive/rank/Percentile$EstimationType;
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.stat.descriptive.rank.Median.getNaNStrategy:()Lorg/apache/commons/math3/stat/ranking/NaNStrategy;
            aload 1 /* newKthSelector */
            invokespecial org.apache.commons.math3.stat.descriptive.rank.Median.<init>:(Lorg/apache/commons/math3/stat/descriptive/rank/Percentile$EstimationType;Lorg/apache/commons/math3/stat/ranking/NaNStrategy;Lorg/apache/commons/math3/util/KthSelector;)V
            areturn
        end local 1 // org.apache.commons.math3.util.KthSelector newKthSelector
        end local 0 // org.apache.commons.math3.stat.descriptive.rank.Median this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lorg/apache/commons/math3/stat/descriptive/rank/Median;
            0    1     1  newKthSelector  Lorg/apache/commons/math3/util/KthSelector;
    MethodParameters:
                Name  Flags
      newKthSelector  final

  public org.apache.commons.math3.stat.descriptive.rank.Percentile withKthSelector(org.apache.commons.math3.util.KthSelector);
    descriptor: (Lorg/apache/commons/math3/util/KthSelector;)Lorg/apache/commons/math3/stat/descriptive/rank/Percentile;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.apache.commons.math3.stat.descriptive.rank.Median.withKthSelector:(Lorg/apache/commons/math3/util/KthSelector;)Lorg/apache/commons/math3/stat/descriptive/rank/Median;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.apache.commons.math3.stat.descriptive.rank.Percentile withEstimationType(org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType);
    descriptor: (Lorg/apache/commons/math3/stat/descriptive/rank/Percentile$EstimationType;)Lorg/apache/commons/math3/stat/descriptive/rank/Percentile;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.apache.commons.math3.stat.descriptive.rank.Median.withEstimationType:(Lorg/apache/commons/math3/stat/descriptive/rank/Percentile$EstimationType;)Lorg/apache/commons/math3/stat/descriptive/rank/Median;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.apache.commons.math3.stat.descriptive.rank.Percentile withNaNStrategy(org.apache.commons.math3.stat.ranking.NaNStrategy);
    descriptor: (Lorg/apache/commons/math3/stat/ranking/NaNStrategy;)Lorg/apache/commons/math3/stat/descriptive/rank/Percentile;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual org.apache.commons.math3.stat.descriptive.rank.Median.withNaNStrategy:(Lorg/apache/commons/math3/stat/ranking/NaNStrategy;)Lorg/apache/commons/math3/stat/descriptive/rank/Median;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "Median.java"
InnerClasses:
  public abstract EstimationType = org.apache.commons.math3.stat.descriptive.rank.Percentile$EstimationType of org.apache.commons.math3.stat.descriptive.rank.Percentile