public class com.sun.javafx.collections.SourceAdapterChange<E> extends javafx.collections.ListChangeListener$Change<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.collections.SourceAdapterChange
  super_class: javafx.collections.ListChangeListener$Change
{
  private final javafx.collections.ListChangeListener$Change<? extends E> change;
    descriptor: Ljavafx/collections/ListChangeListener$Change;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljavafx/collections/ListChangeListener$Change<+TE;>;

  private int[] perm;
    descriptor: [I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(javafx.collections.ObservableList<E>, javafx.collections.ListChangeListener$Change<? extends E>);
    descriptor: (Ljavafx/collections/ObservableList;Ljavafx/collections/ListChangeListener$Change;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.javafx.collections.SourceAdapterChange this
        start local 1 // javafx.collections.ObservableList list
        start local 2 // javafx.collections.ListChangeListener$Change change
         0: .line 38
            aload 0 /* this */
            aload 1 /* list */
            invokespecial javafx.collections.ListChangeListener$Change.<init>:(Ljavafx/collections/ObservableList;)V
         1: .line 39
            aload 0 /* this */
            aload 2 /* change */
            putfield com.sun.javafx.collections.SourceAdapterChange.change:Ljavafx/collections/ListChangeListener$Change;
         2: .line 40
            return
        end local 2 // javafx.collections.ListChangeListener$Change change
        end local 1 // javafx.collections.ObservableList list
        end local 0 // com.sun.javafx.collections.SourceAdapterChange this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/sun/javafx/collections/SourceAdapterChange<TE;>;
            0    3     1    list  Ljavafx/collections/ObservableList<TE;>;
            0    3     2  change  Ljavafx/collections/ListChangeListener$Change<+TE;>;
    Signature: (Ljavafx/collections/ObservableList<TE;>;Ljavafx/collections/ListChangeListener$Change<+TE;>;)V
    MethodParameters:
        Name  Flags
      list    
      change  

  public boolean next();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.SourceAdapterChange this
         0: .line 44
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.collections.SourceAdapterChange.perm:[I
         1: .line 45
            aload 0 /* this */
            getfield com.sun.javafx.collections.SourceAdapterChange.change:Ljavafx/collections/ListChangeListener$Change;
            invokevirtual javafx.collections.ListChangeListener$Change.next:()Z
            ireturn
        end local 0 // com.sun.javafx.collections.SourceAdapterChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/collections/SourceAdapterChange<TE;>;

  public void reset();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.SourceAdapterChange this
         0: .line 50
            aload 0 /* this */
            getfield com.sun.javafx.collections.SourceAdapterChange.change:Ljavafx/collections/ListChangeListener$Change;
            invokevirtual javafx.collections.ListChangeListener$Change.reset:()V
         1: .line 51
            return
        end local 0 // com.sun.javafx.collections.SourceAdapterChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/collections/SourceAdapterChange<TE;>;

  public int getTo();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.SourceAdapterChange this
         0: .line 55
            aload 0 /* this */
            getfield com.sun.javafx.collections.SourceAdapterChange.change:Ljavafx/collections/ListChangeListener$Change;
            invokevirtual javafx.collections.ListChangeListener$Change.getTo:()I
            ireturn
        end local 0 // com.sun.javafx.collections.SourceAdapterChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/SourceAdapterChange<TE;>;

  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.SourceAdapterChange this
         0: .line 60
            aload 0 /* this */
            getfield com.sun.javafx.collections.SourceAdapterChange.change:Ljavafx/collections/ListChangeListener$Change;
            invokevirtual javafx.collections.ListChangeListener$Change.getRemoved:()Ljava/util/List;
            areturn
        end local 0 // com.sun.javafx.collections.SourceAdapterChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/SourceAdapterChange<TE;>;
    Signature: ()Ljava/util/List<TE;>;

  public int getFrom();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.SourceAdapterChange this
         0: .line 65
            aload 0 /* this */
            getfield com.sun.javafx.collections.SourceAdapterChange.change:Ljavafx/collections/ListChangeListener$Change;
            invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
            ireturn
        end local 0 // com.sun.javafx.collections.SourceAdapterChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/SourceAdapterChange<TE;>;

  public boolean wasUpdated();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.SourceAdapterChange this
         0: .line 70
            aload 0 /* this */
            getfield com.sun.javafx.collections.SourceAdapterChange.change:Ljavafx/collections/ListChangeListener$Change;
            invokevirtual javafx.collections.ListChangeListener$Change.wasUpdated:()Z
            ireturn
        end local 0 // com.sun.javafx.collections.SourceAdapterChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/SourceAdapterChange<TE;>;

  protected int[] getPermutation();
    descriptor: ()[I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=1
        start local 0 // com.sun.javafx.collections.SourceAdapterChange this
         0: .line 75
            aload 0 /* this */
            getfield com.sun.javafx.collections.SourceAdapterChange.perm:[I
            ifnonnull 12
         1: .line 76
            aload 0 /* this */
            getfield com.sun.javafx.collections.SourceAdapterChange.change:Ljavafx/collections/ListChangeListener$Change;
            invokevirtual javafx.collections.ListChangeListener$Change.wasPermutated:()Z
            ifeq 11
         2: .line 77
            aload 0 /* this */
            getfield com.sun.javafx.collections.SourceAdapterChange.change:Ljavafx/collections/ListChangeListener$Change;
            invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
            istore 1 /* from */
        start local 1 // int from
         3: .line 78
            aload 0 /* this */
            getfield com.sun.javafx.collections.SourceAdapterChange.change:Ljavafx/collections/ListChangeListener$Change;
            invokevirtual javafx.collections.ListChangeListener$Change.getTo:()I
            iload 1 /* from */
            isub
            istore 2 /* n */
        start local 2 // int n
         4: .line 79
            aload 0 /* this */
            iload 2 /* n */
            newarray 10
            putfield com.sun.javafx.collections.SourceAdapterChange.perm:[I
         5: .line 80
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         6: goto 9
         7: .line 81
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.collections.SourceAdapterChange.perm:[I
            iload 3 /* i */
            aload 0 /* this */
            getfield com.sun.javafx.collections.SourceAdapterChange.change:Ljavafx/collections/ListChangeListener$Change;
            iload 1 /* from */
            iload 3 /* i */
            iadd
            invokevirtual javafx.collections.ListChangeListener$Change.getPermutation:(I)I
            iastore
         8: .line 80
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         9: iload 3 /* i */
            iload 2 /* n */
            if_icmplt 7
        end local 3 // int i
        end local 2 // int n
        end local 1 // int from
        10: .line 83
            goto 12
        11: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            newarray 10
            putfield com.sun.javafx.collections.SourceAdapterChange.perm:[I
        12: .line 87
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.collections.SourceAdapterChange.perm:[I
            areturn
        end local 0 // com.sun.javafx.collections.SourceAdapterChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lcom/sun/javafx/collections/SourceAdapterChange<TE;>;
            3   10     1  from  I
            4   10     2     n  I
            6   10     3     i  I

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.SourceAdapterChange this
         0: .line 92
            aload 0 /* this */
            getfield com.sun.javafx.collections.SourceAdapterChange.change:Ljavafx/collections/ListChangeListener$Change;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.javafx.collections.SourceAdapterChange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/SourceAdapterChange<TE;>;
}
Signature: <E:Ljava/lang/Object;>Ljavafx/collections/ListChangeListener$Change<TE;>;
SourceFile: "SourceAdapterChange.java"
InnerClasses:
  public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener