public abstract class org.apache.commons.math3.genetics.RandomKey<T> extends org.apache.commons.math3.genetics.AbstractListChromosome<java.lang.Double> implements org.apache.commons.math3.genetics.PermutationChromosome<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.apache.commons.math3.genetics.RandomKey
  super_class: org.apache.commons.math3.genetics.AbstractListChromosome
{
  private final java.util.List<java.lang.Double> sortedRepresentation;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/Double;>;

  private final java.util.List<java.lang.Integer> baseSeqPermutation;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Ljava/lang/Integer;>;

  public void <init>(java.util.List<java.lang.Double>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.genetics.RandomKey this
        start local 1 // java.util.List representation
         0: .line 73
            aload 0 /* this */
            aload 1 /* representation */
            invokespecial org.apache.commons.math3.genetics.AbstractListChromosome.<init>:(Ljava/util/List;)V
         1: .line 75
            new java.util.ArrayList
            dup
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.genetics.RandomKey.getRepresentation:()Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 2 /* sortedRepr */
        start local 2 // java.util.List sortedRepr
         2: .line 76
            aload 2 /* sortedRepr */
            invokestatic java.util.Collections.sort:(Ljava/util/List;)V
         3: .line 77
            aload 0 /* this */
            aload 2 /* sortedRepr */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield org.apache.commons.math3.genetics.RandomKey.sortedRepresentation:Ljava/util/List;
         4: .line 79
            aload 0 /* this */
         5: .line 80
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.genetics.RandomKey.getLength:()I
            invokestatic org.apache.commons.math3.genetics.RandomKey.baseSequence:(I)Ljava/util/List;
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.genetics.RandomKey.getRepresentation:()Ljava/util/List;
            aload 0 /* this */
            getfield org.apache.commons.math3.genetics.RandomKey.sortedRepresentation:Ljava/util/List;
            invokestatic org.apache.commons.math3.genetics.RandomKey.decodeGeneric:(Ljava/util/List;Ljava/util/List;Ljava/util/List;)Ljava/util/List;
         6: .line 79
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            putfield org.apache.commons.math3.genetics.RandomKey.baseSeqPermutation:Ljava/util/List;
         7: .line 82
            return
        end local 2 // java.util.List sortedRepr
        end local 1 // java.util.List representation
        end local 0 // org.apache.commons.math3.genetics.RandomKey this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    8     0            this  Lorg/apache/commons/math3/genetics/RandomKey<TT;>;
            0    8     1  representation  Ljava/util/List<Ljava/lang/Double;>;
            2    8     2      sortedRepr  Ljava/util/List<Ljava/lang/Double;>;
    Exceptions:
      throws org.apache.commons.math3.genetics.InvalidRepresentationException
    Signature: (Ljava/util/List<Ljava/lang/Double;>;)V
    MethodParameters:
                Name  Flags
      representation  final

  public void <init>(java.lang.Double[]);
    descriptor: ([Ljava/lang/Double;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.genetics.RandomKey this
        start local 1 // java.lang.Double[] representation
         0: .line 91
            aload 0 /* this */
            aload 1 /* representation */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial org.apache.commons.math3.genetics.RandomKey.<init>:(Ljava/util/List;)V
         1: .line 92
            return
        end local 1 // java.lang.Double[] representation
        end local 0 // org.apache.commons.math3.genetics.RandomKey this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0            this  Lorg/apache/commons/math3/genetics/RandomKey<TT;>;
            0    2     1  representation  [Ljava/lang/Double;
    Exceptions:
      throws org.apache.commons.math3.genetics.InvalidRepresentationException
    MethodParameters:
                Name  Flags
      representation  final

  public java.util.List<T> decode(java.util.List<T>);
    descriptor: (Ljava/util/List;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.genetics.RandomKey this
        start local 1 // java.util.List sequence
         0: .line 98
            aload 1 /* sequence */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.genetics.RandomKey.getRepresentation:()Ljava/util/List;
            aload 0 /* this */
            getfield org.apache.commons.math3.genetics.RandomKey.sortedRepresentation:Ljava/util/List;
            invokestatic org.apache.commons.math3.genetics.RandomKey.decodeGeneric:(Ljava/util/List;Ljava/util/List;Ljava/util/List;)Ljava/util/List;
            areturn
        end local 1 // java.util.List sequence
        end local 0 // org.apache.commons.math3.genetics.RandomKey this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/apache/commons/math3/genetics/RandomKey<TT;>;
            0    1     1  sequence  Ljava/util/List<TT;>;
    Signature: (Ljava/util/List<TT;>;)Ljava/util/List<TT;>;
    MethodParameters:
          Name  Flags
      sequence  final

  private static <S> java.util.List<S> decodeGeneric(java.util.List<S>, java.util.List<java.lang.Double>, java.util.List<java.lang.Double>);
    descriptor: (Ljava/util/List;Ljava/util/List;Ljava/util/List;)Ljava/util/List;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=3
        start local 0 // java.util.List sequence
        start local 1 // java.util.List representation
        start local 2 // java.util.List sortedRepr
         0: .line 117
            aload 0 /* sequence */
            invokeinterface java.util.List.size:()I
            istore 3 /* l */
        start local 3 // int l
         1: .line 120
            aload 1 /* representation */
            invokeinterface java.util.List.size:()I
            iload 3 /* l */
            if_icmpeq 3
         2: .line 121
            new org.apache.commons.math3.exception.DimensionMismatchException
            dup
            aload 1 /* representation */
            invokeinterface java.util.List.size:()I
            iload 3 /* l */
            invokespecial org.apache.commons.math3.exception.DimensionMismatchException.<init>:(II)V
            athrow
         3: .line 123
      StackMap locals: int
      StackMap stack:
            aload 2 /* sortedRepr */
            invokeinterface java.util.List.size:()I
            iload 3 /* l */
            if_icmpeq 5
         4: .line 124
            new org.apache.commons.math3.exception.DimensionMismatchException
            dup
            aload 2 /* sortedRepr */
            invokeinterface java.util.List.size:()I
            iload 3 /* l */
            invokespecial org.apache.commons.math3.exception.DimensionMismatchException.<init>:(II)V
            athrow
         5: .line 128
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            aload 1 /* representation */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 4 /* reprCopy */
        start local 4 // java.util.List reprCopy
         6: .line 131
            new java.util.ArrayList
            dup
            iload 3 /* l */
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 5 /* res */
        start local 5 // java.util.List res
         7: .line 132
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         8: goto 13
         9: .line 133
      StackMap locals: java.util.List java.util.List int
      StackMap stack:
            aload 4 /* reprCopy */
            aload 2 /* sortedRepr */
            iload 6 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            invokeinterface java.util.List.indexOf:(Ljava/lang/Object;)I
            istore 7 /* index */
        start local 7 // int index
        10: .line 134
            aload 5 /* res */
            aload 0 /* sequence */
            iload 7 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        11: .line 135
            aload 4 /* reprCopy */
            iload 7 /* index */
            aconst_null
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
        end local 7 // int index
        12: .line 132
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 6 /* i */
            iload 3 /* l */
            if_icmplt 9
        end local 6 // int i
        14: .line 137
            aload 5 /* res */
            areturn
        end local 5 // java.util.List res
        end local 4 // java.util.List reprCopy
        end local 3 // int l
        end local 2 // java.util.List sortedRepr
        end local 1 // java.util.List representation
        end local 0 // java.util.List sequence
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   15     0        sequence  Ljava/util/List<TS;>;
            0   15     1  representation  Ljava/util/List<Ljava/lang/Double;>;
            0   15     2      sortedRepr  Ljava/util/List<Ljava/lang/Double;>;
            1   15     3               l  I
            6   15     4        reprCopy  Ljava/util/List<Ljava/lang/Double;>;
            7   15     5             res  Ljava/util/List<TS;>;
            8   14     6               i  I
           10   12     7           index  I
    Exceptions:
      throws org.apache.commons.math3.exception.DimensionMismatchException
    Signature: <S:Ljava/lang/Object;>(Ljava/util/List<TS;>;Ljava/util/List<Ljava/lang/Double;>;Ljava/util/List<Ljava/lang/Double;>;)Ljava/util/List<TS;>;
    MethodParameters:
                Name  Flags
      sequence        final
      representation  
      sortedRepr      final

  protected boolean isSame(org.apache.commons.math3.genetics.Chromosome);
    descriptor: (Lorg/apache/commons/math3/genetics/Chromosome;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.apache.commons.math3.genetics.RandomKey this
        start local 1 // org.apache.commons.math3.genetics.Chromosome another
         0: .line 150
            aload 1 /* another */
            instanceof org.apache.commons.math3.genetics.RandomKey
            ifne 2
         1: .line 151
            iconst_0
            ireturn
         2: .line 153
      StackMap locals:
      StackMap stack:
            aload 1 /* another */
            checkcast org.apache.commons.math3.genetics.RandomKey
            astore 2 /* anotherRk */
        start local 2 // org.apache.commons.math3.genetics.RandomKey anotherRk
         3: .line 155
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.genetics.RandomKey.getLength:()I
            aload 2 /* anotherRk */
            invokevirtual org.apache.commons.math3.genetics.RandomKey.getLength:()I
            if_icmpeq 5
         4: .line 156
            iconst_0
            ireturn
         5: .line 161
      StackMap locals: org.apache.commons.math3.genetics.RandomKey
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.genetics.RandomKey.baseSeqPermutation:Ljava/util/List;
            astore 3 /* thisPerm */
        start local 3 // java.util.List thisPerm
         6: .line 162
            aload 2 /* anotherRk */
            getfield org.apache.commons.math3.genetics.RandomKey.baseSeqPermutation:Ljava/util/List;
            astore 4 /* anotherPerm */
        start local 4 // java.util.List anotherPerm
         7: .line 164
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         8: goto 12
         9: .line 165
      StackMap locals: java.util.List java.util.List int
      StackMap stack:
            aload 3 /* thisPerm */
            iload 5 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            aload 4 /* anotherPerm */
            iload 5 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            if_acmpeq 11
        10: .line 166
            iconst_0
            ireturn
        11: .line 164
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 5 /* i */
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.genetics.RandomKey.getLength:()I
            if_icmplt 9
        end local 5 // int i
        13: .line 170
            iconst_1
            ireturn
        end local 4 // java.util.List anotherPerm
        end local 3 // java.util.List thisPerm
        end local 2 // org.apache.commons.math3.genetics.RandomKey anotherRk
        end local 1 // org.apache.commons.math3.genetics.Chromosome another
        end local 0 // org.apache.commons.math3.genetics.RandomKey this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Lorg/apache/commons/math3/genetics/RandomKey<TT;>;
            0   14     1      another  Lorg/apache/commons/math3/genetics/Chromosome;
            3   14     2    anotherRk  Lorg/apache/commons/math3/genetics/RandomKey<*>;
            6   14     3     thisPerm  Ljava/util/List<Ljava/lang/Integer;>;
            7   14     4  anotherPerm  Ljava/util/List<Ljava/lang/Integer;>;
            8   13     5            i  I
    MethodParameters:
         Name  Flags
      another  final

  protected void checkValidity(java.util.List<java.lang.Double>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=8, locals=5, args_size=2
        start local 0 // org.apache.commons.math3.genetics.RandomKey this
        start local 1 // java.util.List chromosomeRepresentation
         0: .line 180
            aload 1 /* chromosomeRepresentation */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: org.apache.commons.math3.genetics.RandomKey java.util.List top top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Double
            invokevirtual java.lang.Double.doubleValue:()D
            dstore 2 /* val */
        start local 2 // double val
         2: .line 181
            dload 2 /* val */
            dconst_0
            dcmpg
            iflt 3
            dload 2 /* val */
            dconst_1
            dcmpl
            ifle 6
         3: .line 182
      StackMap locals: org.apache.commons.math3.genetics.RandomKey java.util.List double java.util.Iterator
      StackMap stack:
            new org.apache.commons.math3.genetics.InvalidRepresentationException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.OUT_OF_RANGE_SIMPLE:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
         4: .line 183
            dload 2 /* val */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_1
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            iconst_1
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
         5: .line 182
            aastore
            invokespecial org.apache.commons.math3.genetics.InvalidRepresentationException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
            athrow
        end local 2 // double val
         6: .line 180
      StackMap locals: org.apache.commons.math3.genetics.RandomKey java.util.List top top java.util.Iterator
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         7: .line 186
            return
        end local 1 // java.util.List chromosomeRepresentation
        end local 0 // org.apache.commons.math3.genetics.RandomKey this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    8     0                      this  Lorg/apache/commons/math3/genetics/RandomKey<TT;>;
            0    8     1  chromosomeRepresentation  Ljava/util/List<Ljava/lang/Double;>;
            2    6     2                       val  D
    Exceptions:
      throws org.apache.commons.math3.genetics.InvalidRepresentationException
    Signature: (Ljava/util/List<Ljava/lang/Double;>;)V
    MethodParameters:
                          Name  Flags
      chromosomeRepresentation  final

  public static final java.util.List<java.lang.Double> randomPermutation(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // int l
         0: .line 197
            new java.util.ArrayList
            dup
            iload 0 /* l */
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* repr */
        start local 1 // java.util.List repr
         1: .line 198
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 199
      StackMap locals: java.util.List int
      StackMap stack:
            aload 1 /* repr */
            invokestatic org.apache.commons.math3.genetics.GeneticAlgorithm.getRandomGenerator:()Lorg/apache/commons/math3/random/RandomGenerator;
            invokeinterface org.apache.commons.math3.random.RandomGenerator.nextDouble:()D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 198
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            iload 0 /* l */
            if_icmplt 3
        end local 2 // int i
         6: .line 201
            aload 1 /* repr */
            areturn
        end local 1 // java.util.List repr
        end local 0 // int l
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     l  I
            1    7     1  repr  Ljava/util/List<Ljava/lang/Double;>;
            2    6     2     i  I
    Signature: (I)Ljava/util/List<Ljava/lang/Double;>;
    MethodParameters:
      Name  Flags
      l     final

  public static final java.util.List<java.lang.Double> identityPermutation(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // int l
         0: .line 212
            new java.util.ArrayList
            dup
            iload 0 /* l */
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* repr */
        start local 1 // java.util.List repr
         1: .line 213
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 214
      StackMap locals: java.util.List int
      StackMap stack:
            aload 1 /* repr */
            iload 2 /* i */
            i2d
            iload 0 /* l */
            i2d
            ddiv
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 213
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            iload 0 /* l */
            if_icmplt 3
        end local 2 // int i
         6: .line 216
            aload 1 /* repr */
            areturn
        end local 1 // java.util.List repr
        end local 0 // int l
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0     l  I
            1    7     1  repr  Ljava/util/List<Ljava/lang/Double;>;
            2    6     2     i  I
    Signature: (I)Ljava/util/List<Ljava/lang/Double;>;
    MethodParameters:
      Name  Flags
      l     final

  public static <S> java.util.List<java.lang.Double> comparatorPermutation(java.util.List<S>, java.util.Comparator<S>);
    descriptor: (Ljava/util/List;Ljava/util/Comparator;)Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // java.util.List data
        start local 1 // java.util.Comparator comparator
         0: .line 234
            new java.util.ArrayList
            dup
            aload 0 /* data */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 2 /* sortedData */
        start local 2 // java.util.List sortedData
         1: .line 235
            aload 2 /* sortedData */
            aload 1 /* comparator */
            invokestatic java.util.Collections.sort:(Ljava/util/List;Ljava/util/Comparator;)V
         2: .line 237
            aload 0 /* data */
            aload 2 /* sortedData */
            invokestatic org.apache.commons.math3.genetics.RandomKey.inducedPermutation:(Ljava/util/List;Ljava/util/List;)Ljava/util/List;
            areturn
        end local 2 // java.util.List sortedData
        end local 1 // java.util.Comparator comparator
        end local 0 // java.util.List data
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        data  Ljava/util/List<TS;>;
            0    3     1  comparator  Ljava/util/Comparator<TS;>;
            1    3     2  sortedData  Ljava/util/List<TS;>;
    Signature: <S:Ljava/lang/Object;>(Ljava/util/List<TS;>;Ljava/util/Comparator<TS;>;)Ljava/util/List<Ljava/lang/Double;>;
    MethodParameters:
            Name  Flags
      data        final
      comparator  final

  public static <S> java.util.List<java.lang.Double> inducedPermutation(java.util.List<S>, java.util.List<S>);
    descriptor: (Ljava/util/List;Ljava/util/List;)Ljava/util/List;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=7, args_size=2
        start local 0 // java.util.List originalData
        start local 1 // java.util.List permutedData
         0: .line 261
            aload 0 /* originalData */
            invokeinterface java.util.List.size:()I
            aload 1 /* permutedData */
            invokeinterface java.util.List.size:()I
            if_icmpeq 2
         1: .line 262
            new org.apache.commons.math3.exception.DimensionMismatchException
            dup
            aload 1 /* permutedData */
            invokeinterface java.util.List.size:()I
            aload 0 /* originalData */
            invokeinterface java.util.List.size:()I
            invokespecial org.apache.commons.math3.exception.DimensionMismatchException.<init>:(II)V
            athrow
         2: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* originalData */
            invokeinterface java.util.List.size:()I
            istore 2 /* l */
        start local 2 // int l
         3: .line 266
            new java.util.ArrayList
            dup
            aload 0 /* originalData */
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 3 /* origDataCopy */
        start local 3 // java.util.List origDataCopy
         4: .line 268
            iload 2 /* l */
            anewarray java.lang.Double
            astore 4 /* res */
        start local 4 // java.lang.Double[] res
         5: .line 269
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         6: goto 13
         7: .line 270
      StackMap locals: java.util.List java.util.List int java.util.List java.lang.Double[] int
      StackMap stack:
            aload 3 /* origDataCopy */
            aload 1 /* permutedData */
            iload 5 /* i */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            invokeinterface java.util.List.indexOf:(Ljava/lang/Object;)I
            istore 6 /* index */
        start local 6 // int index
         8: .line 271
            iload 6 /* index */
            iconst_m1
            if_icmpne 10
         9: .line 272
            new org.apache.commons.math3.exception.MathIllegalArgumentException
            dup
            getstatic org.apache.commons.math3.exception.util.LocalizedFormats.DIFFERENT_ORIG_AND_PERMUTED_DATA:Lorg/apache/commons/math3/exception/util/LocalizedFormats;
            iconst_0
            anewarray java.lang.Object
            invokespecial org.apache.commons.math3.exception.MathIllegalArgumentException.<init>:(Lorg/apache/commons/math3/exception/util/Localizable;[Ljava/lang/Object;)V
            athrow
        10: .line 274
      StackMap locals: int
      StackMap stack:
            aload 4 /* res */
            iload 6 /* index */
            iload 5 /* i */
            i2d
            iload 2 /* l */
            i2d
            ddiv
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
        11: .line 275
            aload 3 /* origDataCopy */
            iload 6 /* index */
            aconst_null
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
        end local 6 // int index
        12: .line 269
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 5 /* i */
            iload 2 /* l */
            if_icmplt 7
        end local 5 // int i
        14: .line 277
            aload 4 /* res */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            areturn
        end local 4 // java.lang.Double[] res
        end local 3 // java.util.List origDataCopy
        end local 2 // int l
        end local 1 // java.util.List permutedData
        end local 0 // java.util.List originalData
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   15     0  originalData  Ljava/util/List<TS;>;
            0   15     1  permutedData  Ljava/util/List<TS;>;
            3   15     2             l  I
            4   15     3  origDataCopy  Ljava/util/List<TS;>;
            5   15     4           res  [Ljava/lang/Double;
            6   14     5             i  I
            8   12     6         index  I
    Exceptions:
      throws org.apache.commons.math3.exception.DimensionMismatchException, org.apache.commons.math3.exception.MathIllegalArgumentException
    Signature: <S:Ljava/lang/Object;>(Ljava/util/List<TS;>;Ljava/util/List<TS;>;)Ljava/util/List<Ljava/lang/Double;>;
    MethodParameters:
              Name  Flags
      originalData  final
      permutedData  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.genetics.RandomKey this
         0: .line 283
            ldc "(f=%s pi=(%s))"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            invokevirtual org.apache.commons.math3.genetics.RandomKey.getFitness:()D
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            aastore
            dup
            iconst_1
            aload 0 /* this */
            getfield org.apache.commons.math3.genetics.RandomKey.baseSeqPermutation:Ljava/util/List;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.apache.commons.math3.genetics.RandomKey this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/genetics/RandomKey<TT;>;

  private static java.util.List<java.lang.Integer> baseSequence(int);
    descriptor: (I)Ljava/util/List;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // int l
         0: .line 293
            new java.util.ArrayList
            dup
            iload 0 /* l */
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 1 /* baseSequence */
        start local 1 // java.util.List baseSequence
         1: .line 294
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         2: goto 5
         3: .line 295
      StackMap locals: java.util.List int
      StackMap stack:
            aload 1 /* baseSequence */
            iload 2 /* i */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 294
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 2 /* i */
            iload 0 /* l */
            if_icmplt 3
        end local 2 // int i
         6: .line 297
            aload 1 /* baseSequence */
            areturn
        end local 1 // java.util.List baseSequence
        end local 0 // int l
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    7     0             l  I
            1    7     1  baseSequence  Ljava/util/List<Ljava/lang/Integer;>;
            2    6     2             i  I
    Signature: (I)Ljava/util/List<Ljava/lang/Integer;>;
    MethodParameters:
      Name  Flags
      l     final
}
Signature: <T:Ljava/lang/Object;>Lorg/apache/commons/math3/genetics/AbstractListChromosome<Ljava/lang/Double;>;Lorg/apache/commons/math3/genetics/PermutationChromosome<TT;>;
SourceFile: "RandomKey.java"