class com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding<E> implements javafx.collections.ListChangeListener<E>, javafx.beans.WeakListener
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding
  super_class: java.lang.Object
{
  private final java.lang.ref.WeakReference<javafx.collections.ObservableList<E>> propertyRef1;
    descriptor: Ljava/lang/ref/WeakReference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/ref/WeakReference<Ljavafx/collections/ObservableList<TE;>;>;

  private final java.lang.ref.WeakReference<javafx.collections.ObservableList<E>> propertyRef2;
    descriptor: Ljava/lang/ref/WeakReference;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/lang/ref/WeakReference<Ljavafx/collections/ObservableList<TE;>;>;

  private boolean updating;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(javafx.collections.ObservableList<E>, javafx.collections.ObservableList<E>);
    descriptor: (Ljavafx/collections/ObservableList;Ljavafx/collections/ObservableList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding this
        start local 1 // javafx.collections.ObservableList list1
        start local 2 // javafx.collections.ObservableList list2
         0: .line 108
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 105
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding.updating:Z
         2: .line 109
            aload 0 /* this */
            new java.lang.ref.WeakReference
            dup
            aload 1 /* list1 */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            putfield com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding.propertyRef1:Ljava/lang/ref/WeakReference;
         3: .line 110
            aload 0 /* this */
            new java.lang.ref.WeakReference
            dup
            aload 2 /* list2 */
            invokespecial java.lang.ref.WeakReference.<init>:(Ljava/lang/Object;)V
            putfield com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding.propertyRef2:Ljava/lang/ref/WeakReference;
         4: .line 111
            return
        end local 2 // javafx.collections.ObservableList list2
        end local 1 // javafx.collections.ObservableList list1
        end local 0 // com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/javafx/binding/BidirectionalContentBinding$ListContentBinding<TE;>;
            0    5     1  list1  Ljavafx/collections/ObservableList<TE;>;
            0    5     2  list2  Ljavafx/collections/ObservableList<TE;>;
    Signature: (Ljavafx/collections/ObservableList<TE;>;Ljavafx/collections/ObservableList<TE;>;)V
    MethodParameters:
       Name  Flags
      list1  
      list2  

  public void onChanged(javafx.collections.ListChangeListener$Change<? extends E>);
    descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=2
        start local 0 // com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding this
        start local 1 // javafx.collections.ListChangeListener$Change change
         0: .line 115
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding.updating:Z
            ifne 28
         1: .line 116
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding.propertyRef1:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableList
            astore 2 /* list1 */
        start local 2 // javafx.collections.ObservableList list1
         2: .line 117
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding.propertyRef2:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableList
            astore 3 /* list2 */
        start local 3 // javafx.collections.ObservableList list2
         3: .line 118
            aload 2 /* list1 */
            ifnull 4
            aload 3 /* list2 */
            ifnonnull 9
         4: .line 119
      StackMap locals: javafx.collections.ObservableList javafx.collections.ObservableList
      StackMap stack:
            aload 2 /* list1 */
            ifnull 6
         5: .line 120
            aload 2 /* list1 */
            aload 0 /* this */
            invokeinterface javafx.collections.ObservableList.removeListener:(Ljavafx/collections/ListChangeListener;)V
         6: .line 122
      StackMap locals:
      StackMap stack:
            aload 3 /* list2 */
            ifnull 28
         7: .line 123
            aload 3 /* list2 */
            aload 0 /* this */
            invokeinterface javafx.collections.ObservableList.removeListener:(Ljavafx/collections/ListChangeListener;)V
         8: .line 125
            goto 28
         9: .line 127
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding.updating:Z
        10: .line 128
            aload 2 /* list1 */
            aload 1 /* change */
            invokevirtual javafx.collections.ListChangeListener$Change.getList:()Ljavafx/collections/ObservableList;
            if_acmpne 11
            aload 3 /* list2 */
            goto 12
      StackMap locals:
      StackMap stack:
        11: aload 2 /* list1 */
      StackMap locals:
      StackMap stack: javafx.collections.ObservableList
        12: astore 4 /* dest */
        start local 4 // javafx.collections.ObservableList dest
        13: .line 129
            goto 22
        14: .line 130
      StackMap locals: javafx.collections.ObservableList
      StackMap stack:
            aload 1 /* change */
            invokevirtual javafx.collections.ListChangeListener$Change.wasPermutated:()Z
            ifeq 18
        15: .line 131
            aload 4 /* dest */
            aload 1 /* change */
            invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
            aload 1 /* change */
            invokevirtual javafx.collections.ListChangeListener$Change.getTo:()I
            invokeinterface javafx.collections.ObservableList.remove:(II)V
        16: .line 132
            aload 4 /* dest */
            aload 1 /* change */
            invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
            aload 1 /* change */
            invokevirtual javafx.collections.ListChangeListener$Change.getList:()Ljavafx/collections/ObservableList;
            aload 1 /* change */
            invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
            aload 1 /* change */
            invokevirtual javafx.collections.ListChangeListener$Change.getTo:()I
            invokeinterface javafx.collections.ObservableList.subList:(II)Ljava/util/List;
            invokeinterface javafx.collections.ObservableList.addAll:(ILjava/util/Collection;)Z
            pop
        17: .line 133
            goto 22
        18: .line 134
      StackMap locals:
      StackMap stack:
            aload 1 /* change */
            invokevirtual javafx.collections.ListChangeListener$Change.wasRemoved:()Z
            ifeq 20
        19: .line 135
            aload 4 /* dest */
            aload 1 /* change */
            invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
            aload 1 /* change */
            invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
            aload 1 /* change */
            invokevirtual javafx.collections.ListChangeListener$Change.getRemovedSize:()I
            iadd
            invokeinterface javafx.collections.ObservableList.remove:(II)V
        20: .line 137
      StackMap locals:
      StackMap stack:
            aload 1 /* change */
            invokevirtual javafx.collections.ListChangeListener$Change.wasAdded:()Z
            ifeq 22
        21: .line 138
            aload 4 /* dest */
            aload 1 /* change */
            invokevirtual javafx.collections.ListChangeListener$Change.getFrom:()I
            aload 1 /* change */
            invokevirtual javafx.collections.ListChangeListener$Change.getAddedSubList:()Ljava/util/List;
            invokeinterface javafx.collections.ObservableList.addAll:(ILjava/util/Collection;)Z
            pop
        22: .line 129
      StackMap locals:
      StackMap stack:
            aload 1 /* change */
            invokevirtual javafx.collections.ListChangeListener$Change.next:()Z
            ifne 14
        end local 4 // javafx.collections.ObservableList dest
        23: .line 142
            goto 27
      StackMap locals: com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding javafx.collections.ListChangeListener$Change javafx.collections.ObservableList javafx.collections.ObservableList
      StackMap stack: java.lang.Throwable
        24: astore 5
        25: .line 143
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding.updating:Z
        26: .line 144
            aload 5
            athrow
        27: .line 143
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding.updating:Z
        end local 3 // javafx.collections.ObservableList list2
        end local 2 // javafx.collections.ObservableList list1
        28: .line 147
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.collections.ListChangeListener$Change change
        end local 0 // com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   29     0    this  Lcom/sun/javafx/binding/BidirectionalContentBinding$ListContentBinding<TE;>;
            0   29     1  change  Ljavafx/collections/ListChangeListener$Change<+TE;>;
            2   28     2   list1  Ljavafx/collections/ObservableList<TE;>;
            3   28     3   list2  Ljavafx/collections/ObservableList<TE;>;
           13   23     4    dest  Ljavafx/collections/ObservableList<TE;>;
      Exception table:
        from    to  target  type
           9    24      24  any
    Signature: (Ljavafx/collections/ListChangeListener$Change<+TE;>;)V
    MethodParameters:
        Name  Flags
      change  

  public boolean wasGarbageCollected();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding this
         0: .line 151
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding.propertyRef1:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            ifnull 1
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding.propertyRef2:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            ifnull 1
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_1
            ireturn
        end local 0 // com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/binding/BidirectionalContentBinding$ListContentBinding<TE;>;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding this
         0: .line 156
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding.propertyRef1:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableList
            astore 1 /* list1 */
        start local 1 // javafx.collections.ObservableList list1
         1: .line 157
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding.propertyRef2:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableList
            astore 2 /* list2 */
        start local 2 // javafx.collections.ObservableList list2
         2: .line 158
            aload 1 /* list1 */
            ifnonnull 3
            iconst_0
            goto 4
      StackMap locals: javafx.collections.ObservableList javafx.collections.ObservableList
      StackMap stack:
         3: aload 1 /* list1 */
            invokeinterface javafx.collections.ObservableList.hashCode:()I
      StackMap locals:
      StackMap stack: int
         4: istore 3 /* hc1 */
        start local 3 // int hc1
         5: .line 159
            aload 2 /* list2 */
            ifnonnull 6
            iconst_0
            goto 7
      StackMap locals: int
      StackMap stack:
         6: aload 2 /* list2 */
            invokeinterface javafx.collections.ObservableList.hashCode:()I
      StackMap locals:
      StackMap stack: int
         7: istore 4 /* hc2 */
        start local 4 // int hc2
         8: .line 160
            iload 3 /* hc1 */
            iload 4 /* hc2 */
            imul
            ireturn
        end local 4 // int hc2
        end local 3 // int hc1
        end local 2 // javafx.collections.ObservableList list2
        end local 1 // javafx.collections.ObservableList list1
        end local 0 // com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    9     0   this  Lcom/sun/javafx/binding/BidirectionalContentBinding$ListContentBinding<TE;>;
            1    9     1  list1  Ljavafx/collections/ObservableList<TE;>;
            2    9     2  list2  Ljavafx/collections/ObservableList<TE;>;
            5    9     3    hc1  I
            8    9     4    hc2  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=2
        start local 0 // com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding this
        start local 1 // java.lang.Object obj
         0: .line 165
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 166
            iconst_1
            ireturn
         2: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding.propertyRef1:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            astore 2 /* propertyA1 */
        start local 2 // java.lang.Object propertyA1
         3: .line 170
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding.propertyRef2:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            astore 3 /* propertyA2 */
        start local 3 // java.lang.Object propertyA2
         4: .line 171
            aload 2 /* propertyA1 */
            ifnull 5
            aload 3 /* propertyA2 */
            ifnonnull 6
         5: .line 172
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
            iconst_0
            ireturn
         6: .line 175
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding
            ifeq 16
         7: .line 176
            aload 1 /* obj */
            checkcast com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding
            astore 4 /* otherBinding */
        start local 4 // com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding otherBinding
         8: .line 177
            aload 4 /* otherBinding */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding.propertyRef1:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            astore 5 /* propertyB1 */
        start local 5 // java.lang.Object propertyB1
         9: .line 178
            aload 4 /* otherBinding */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding.propertyRef2:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            astore 6 /* propertyB2 */
        start local 6 // java.lang.Object propertyB2
        10: .line 179
            aload 5 /* propertyB1 */
            ifnull 11
            aload 6 /* propertyB2 */
            ifnonnull 12
        11: .line 180
      StackMap locals: com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding java.lang.Object java.lang.Object
      StackMap stack:
            iconst_0
            ireturn
        12: .line 183
      StackMap locals:
      StackMap stack:
            aload 2 /* propertyA1 */
            aload 5 /* propertyB1 */
            if_acmpne 14
            aload 3 /* propertyA2 */
            aload 6 /* propertyB2 */
            if_acmpne 14
        13: .line 184
            iconst_1
            ireturn
        14: .line 186
      StackMap locals:
      StackMap stack:
            aload 2 /* propertyA1 */
            aload 6 /* propertyB2 */
            if_acmpne 16
            aload 3 /* propertyA2 */
            aload 5 /* propertyB1 */
            if_acmpne 16
        15: .line 187
            iconst_1
            ireturn
        end local 6 // java.lang.Object propertyB2
        end local 5 // java.lang.Object propertyB1
        end local 4 // com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding otherBinding
        16: .line 190
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 3 // java.lang.Object propertyA2
        end local 2 // java.lang.Object propertyA1
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lcom/sun/javafx/binding/BidirectionalContentBinding$ListContentBinding<TE;>;
            0   17     1           obj  Ljava/lang/Object;
            3   17     2    propertyA1  Ljava/lang/Object;
            4   17     3    propertyA2  Ljava/lang/Object;
            8   16     4  otherBinding  Lcom/sun/javafx/binding/BidirectionalContentBinding$ListContentBinding;
            9   16     5    propertyB1  Ljava/lang/Object;
           10   16     6    propertyB2  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   
}
Signature: <E:Ljava/lang/Object;>Ljava/lang/Object;Ljavafx/collections/ListChangeListener<TE;>;Ljavafx/beans/WeakListener;
SourceFile: "BidirectionalContentBinding.java"
NestHost: com.sun.javafx.binding.BidirectionalContentBinding
InnerClasses:
  private ListContentBinding = com.sun.javafx.binding.BidirectionalContentBinding$ListContentBinding of com.sun.javafx.binding.BidirectionalContentBinding
  public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener