public class org.apache.commons.math3.util.MedianOf3PivotingStrategy implements org.apache.commons.math3.util.PivotingStrategyInterface, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.util.MedianOf3PivotingStrategy
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20140713

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.util.MedianOf3PivotingStrategy this
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.commons.math3.util.MedianOf3PivotingStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/util/MedianOf3PivotingStrategy;

  public int pivotIndex(double[], int, int);
    descriptor: ([DII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=12, args_size=4
        start local 0 // org.apache.commons.math3.util.MedianOf3PivotingStrategy this
        start local 1 // double[] work
        start local 2 // int begin
        start local 3 // int end
         0: .line 41
            aload 1 /* work */
            iload 2 /* begin */
            iload 3 /* end */
            iload 2 /* begin */
            isub
            invokestatic org.apache.commons.math3.util.MathArrays.verifyValues:([DII)Z
            pop
         1: .line 42
            iload 3 /* end */
            iconst_1
            isub
            istore 4 /* inclusiveEnd */
        start local 4 // int inclusiveEnd
         2: .line 43
            iload 2 /* begin */
            iload 4 /* inclusiveEnd */
            iload 2 /* begin */
            isub
            iconst_2
            idiv
            iadd
            istore 5 /* middle */
        start local 5 // int middle
         3: .line 44
            aload 1 /* work */
            iload 2 /* begin */
            daload
            dstore 6 /* wBegin */
        start local 6 // double wBegin
         4: .line 45
            aload 1 /* work */
            iload 5 /* middle */
            daload
            dstore 8 /* wMiddle */
        start local 8 // double wMiddle
         5: .line 46
            aload 1 /* work */
            iload 4 /* inclusiveEnd */
            daload
            dstore 10 /* wEnd */
        start local 10 // double wEnd
         6: .line 48
            dload 6 /* wBegin */
            dload 8 /* wMiddle */
            dcmpg
            ifge 12
         7: .line 49
            dload 8 /* wMiddle */
            dload 10 /* wEnd */
            dcmpg
            ifge 9
         8: .line 50
            iload 5 /* middle */
            ireturn
         9: .line 52
      StackMap locals: org.apache.commons.math3.util.MedianOf3PivotingStrategy double[] int int int int double double double
      StackMap stack:
            dload 6 /* wBegin */
            dload 10 /* wEnd */
            dcmpg
            ifge 10
            iload 4 /* inclusiveEnd */
            goto 11
      StackMap locals:
      StackMap stack:
        10: iload 2 /* begin */
      StackMap locals:
      StackMap stack: int
        11: ireturn
        12: .line 55
      StackMap locals:
      StackMap stack:
            dload 6 /* wBegin */
            dload 10 /* wEnd */
            dcmpg
            ifge 14
        13: .line 56
            iload 2 /* begin */
            ireturn
        14: .line 58
      StackMap locals:
      StackMap stack:
            dload 8 /* wMiddle */
            dload 10 /* wEnd */
            dcmpg
            ifge 15
            iload 4 /* inclusiveEnd */
            goto 16
      StackMap locals:
      StackMap stack:
        15: iload 5 /* middle */
      StackMap locals:
      StackMap stack: int
        16: ireturn
        end local 10 // double wEnd
        end local 8 // double wMiddle
        end local 6 // double wBegin
        end local 5 // int middle
        end local 4 // int inclusiveEnd
        end local 3 // int end
        end local 2 // int begin
        end local 1 // double[] work
        end local 0 // org.apache.commons.math3.util.MedianOf3PivotingStrategy this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lorg/apache/commons/math3/util/MedianOf3PivotingStrategy;
            0   17     1          work  [D
            0   17     2         begin  I
            0   17     3           end  I
            2   17     4  inclusiveEnd  I
            3   17     5        middle  I
            4   17     6        wBegin  D
            5   17     8       wMiddle  D
            6   17    10          wEnd  D
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalArgumentException
    MethodParameters:
       Name  Flags
      work   final
      begin  final
      end    final
}
SourceFile: "MedianOf3PivotingStrategy.java"