public class com.sun.javafx.collections.NonIterableChange$SimplePermutationChange<E> extends com.sun.javafx.collections.NonIterableChange<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.collections.NonIterableChange$SimplePermutationChange
  super_class: com.sun.javafx.collections.NonIterableChange
{
  private final int[] permutation;
    descriptor: [I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, int, int[], javafx.collections.ObservableList<E>);
    descriptor: (II[ILjavafx/collections/ObservableList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // com.sun.javafx.collections.NonIterableChange$SimplePermutationChange this
        start local 1 // int from
        start local 2 // int to
        start local 3 // int[] permutation
        start local 4 // javafx.collections.ObservableList list
         0: .line 165
            aload 0 /* this */
            iload 1 /* from */
            iload 2 /* to */
            aload 4 /* list */
            invokespecial com.sun.javafx.collections.NonIterableChange.<init>:(IILjavafx/collections/ObservableList;)V
         1: .line 166
            aload 0 /* this */
            aload 3 /* permutation */
            putfield com.sun.javafx.collections.NonIterableChange$SimplePermutationChange.permutation:[I
         2: .line 167
            return
        end local 4 // javafx.collections.ObservableList list
        end local 3 // int[] permutation
        end local 2 // int to
        end local 1 // int from
        end local 0 // com.sun.javafx.collections.NonIterableChange$SimplePermutationChange this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/sun/javafx/collections/NonIterableChange$SimplePermutationChange<TE;>;
            0    3     1         from  I
            0    3     2           to  I
            0    3     3  permutation  [I
            0    3     4         list  Ljavafx/collections/ObservableList<TE;>;
    Signature: (II[ILjavafx/collections/ObservableList<TE;>;)V
    MethodParameters:
             Name  Flags
      from         
      to           
      permutation  
      list         

  public java.util.List<E> getRemoved();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.NonIterableChange$SimplePermutationChange this
         0: .line 172
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.NonIterableChange$SimplePermutationChange.checkState:()V
         1: .line 173
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            areturn
        end local 0 // com.sun.javafx.collections.NonIterableChange$SimplePermutationChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/collections/NonIterableChange$SimplePermutationChange<TE;>;
    Signature: ()Ljava/util/List<TE;>;

  protected int[] getPermutation();
    descriptor: ()[I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.NonIterableChange$SimplePermutationChange this
         0: .line 178
            aload 0 /* this */
            invokevirtual com.sun.javafx.collections.NonIterableChange$SimplePermutationChange.checkState:()V
         1: .line 179
            aload 0 /* this */
            getfield com.sun.javafx.collections.NonIterableChange$SimplePermutationChange.permutation:[I
            areturn
        end local 0 // com.sun.javafx.collections.NonIterableChange$SimplePermutationChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/collections/NonIterableChange$SimplePermutationChange<TE;>;
}
Signature: <E:Ljava/lang/Object;>Lcom/sun/javafx/collections/NonIterableChange<TE;>;
SourceFile: "NonIterableChange.java"
NestHost: com.sun.javafx.collections.NonIterableChange
InnerClasses:
  public SimplePermutationChange = com.sun.javafx.collections.NonIterableChange$SimplePermutationChange of com.sun.javafx.collections.NonIterableChange