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

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

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

  public void <init>(javafx.collections.ObservableSet<E>, javafx.collections.ObservableSet<E>);
    descriptor: (Ljavafx/collections/ObservableSet;Ljavafx/collections/ObservableSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding this
        start local 1 // javafx.collections.ObservableSet list1
        start local 2 // javafx.collections.ObservableSet list2
         0: .line 202
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 199
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding.updating:Z
         2: .line 203
            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$SetContentBinding.propertyRef1:Ljava/lang/ref/WeakReference;
         3: .line 204
            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$SetContentBinding.propertyRef2:Ljava/lang/ref/WeakReference;
         4: .line 205
            return
        end local 2 // javafx.collections.ObservableSet list2
        end local 1 // javafx.collections.ObservableSet list1
        end local 0 // com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/javafx/binding/BidirectionalContentBinding$SetContentBinding<TE;>;
            0    5     1  list1  Ljavafx/collections/ObservableSet<TE;>;
            0    5     2  list2  Ljavafx/collections/ObservableSet<TE;>;
    Signature: (Ljavafx/collections/ObservableSet<TE;>;Ljavafx/collections/ObservableSet<TE;>;)V
    MethodParameters:
       Name  Flags
      list1  
      list2  

  public void onChanged(javafx.collections.SetChangeListener$Change<? extends E>);
    descriptor: (Ljavafx/collections/SetChangeListener$Change;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding this
        start local 1 // javafx.collections.SetChangeListener$Change change
         0: .line 209
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding.updating:Z
            ifne 22
         1: .line 210
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding.propertyRef1:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableSet
            astore 2 /* set1 */
        start local 2 // javafx.collections.ObservableSet set1
         2: .line 211
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding.propertyRef2:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableSet
            astore 3 /* set2 */
        start local 3 // javafx.collections.ObservableSet set2
         3: .line 212
            aload 2 /* set1 */
            ifnull 4
            aload 3 /* set2 */
            ifnonnull 9
         4: .line 213
      StackMap locals: javafx.collections.ObservableSet javafx.collections.ObservableSet
      StackMap stack:
            aload 2 /* set1 */
            ifnull 6
         5: .line 214
            aload 2 /* set1 */
            aload 0 /* this */
            invokeinterface javafx.collections.ObservableSet.removeListener:(Ljavafx/collections/SetChangeListener;)V
         6: .line 216
      StackMap locals:
      StackMap stack:
            aload 3 /* set2 */
            ifnull 22
         7: .line 217
            aload 3 /* set2 */
            aload 0 /* this */
            invokeinterface javafx.collections.ObservableSet.removeListener:(Ljavafx/collections/SetChangeListener;)V
         8: .line 219
            goto 22
         9: .line 221
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding.updating:Z
        10: .line 222
            aload 2 /* set1 */
            aload 1 /* change */
            invokevirtual javafx.collections.SetChangeListener$Change.getSet:()Ljavafx/collections/ObservableSet;
            if_acmpne 11
            aload 3 /* set2 */
            goto 12
      StackMap locals:
      StackMap stack:
        11: aload 2 /* set1 */
      StackMap locals:
      StackMap stack: javafx.collections.ObservableSet
        12: astore 4 /* dest */
        start local 4 // java.util.Set dest
        13: .line 223
            aload 1 /* change */
            invokevirtual javafx.collections.SetChangeListener$Change.wasRemoved:()Z
            ifeq 16
        14: .line 224
            aload 4 /* dest */
            aload 1 /* change */
            invokevirtual javafx.collections.SetChangeListener$Change.getElementRemoved:()Ljava/lang/Object;
            invokeinterface java.util.Set.remove:(Ljava/lang/Object;)Z
            pop
        15: .line 225
            goto 21
        16: .line 226
      StackMap locals: java.util.Set
      StackMap stack:
            aload 4 /* dest */
            aload 1 /* change */
            invokevirtual javafx.collections.SetChangeListener$Change.getElementAdded:()Ljava/lang/Object;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // java.util.Set dest
        17: .line 228
            goto 21
      StackMap locals: com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding javafx.collections.SetChangeListener$Change javafx.collections.ObservableSet javafx.collections.ObservableSet
      StackMap stack: java.lang.Throwable
        18: astore 5
        19: .line 229
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding.updating:Z
        20: .line 230
            aload 5
            athrow
        21: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding.updating:Z
        end local 3 // javafx.collections.ObservableSet set2
        end local 2 // javafx.collections.ObservableSet set1
        22: .line 233
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.collections.SetChangeListener$Change change
        end local 0 // com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   23     0    this  Lcom/sun/javafx/binding/BidirectionalContentBinding$SetContentBinding<TE;>;
            0   23     1  change  Ljavafx/collections/SetChangeListener$Change<+TE;>;
            2   22     2    set1  Ljavafx/collections/ObservableSet<TE;>;
            3   22     3    set2  Ljavafx/collections/ObservableSet<TE;>;
           13   17     4    dest  Ljava/util/Set<TE;>;
      Exception table:
        from    to  target  type
           9    18      18  any
    Signature: (Ljavafx/collections/SetChangeListener$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$SetContentBinding this
         0: .line 237
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding.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$SetContentBinding.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$SetContentBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/javafx/binding/BidirectionalContentBinding$SetContentBinding<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$SetContentBinding this
         0: .line 242
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding.propertyRef1:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableSet
            astore 1 /* set1 */
        start local 1 // javafx.collections.ObservableSet set1
         1: .line 243
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding.propertyRef2:Ljava/lang/ref/WeakReference;
            invokevirtual java.lang.ref.WeakReference.get:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableSet
            astore 2 /* set2 */
        start local 2 // javafx.collections.ObservableSet set2
         2: .line 244
            aload 1 /* set1 */
            ifnonnull 3
            iconst_0
            goto 4
      StackMap locals: javafx.collections.ObservableSet javafx.collections.ObservableSet
      StackMap stack:
         3: aload 1 /* set1 */
            invokeinterface javafx.collections.ObservableSet.hashCode:()I
      StackMap locals:
      StackMap stack: int
         4: istore 3 /* hc1 */
        start local 3 // int hc1
         5: .line 245
            aload 2 /* set2 */
            ifnonnull 6
            iconst_0
            goto 7
      StackMap locals: int
      StackMap stack:
         6: aload 2 /* set2 */
            invokeinterface javafx.collections.ObservableSet.hashCode:()I
      StackMap locals:
      StackMap stack: int
         7: istore 4 /* hc2 */
        start local 4 // int hc2
         8: .line 246
            iload 3 /* hc1 */
            iload 4 /* hc2 */
            imul
            ireturn
        end local 4 // int hc2
        end local 3 // int hc1
        end local 2 // javafx.collections.ObservableSet set2
        end local 1 // javafx.collections.ObservableSet set1
        end local 0 // com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Lcom/sun/javafx/binding/BidirectionalContentBinding$SetContentBinding<TE;>;
            1    9     1  set1  Ljavafx/collections/ObservableSet<TE;>;
            2    9     2  set2  Ljavafx/collections/ObservableSet<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$SetContentBinding this
        start local 1 // java.lang.Object obj
         0: .line 251
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 252
            iconst_1
            ireturn
         2: .line 255
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding.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 256
            aload 0 /* this */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding.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 257
            aload 2 /* propertyA1 */
            ifnull 5
            aload 3 /* propertyA2 */
            ifnonnull 6
         5: .line 258
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
            iconst_0
            ireturn
         6: .line 261
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            instanceof com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding
            ifeq 16
         7: .line 262
            aload 1 /* obj */
            checkcast com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding
            astore 4 /* otherBinding */
        start local 4 // com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding otherBinding
         8: .line 263
            aload 4 /* otherBinding */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding.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 264
            aload 4 /* otherBinding */
            getfield com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding.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 265
            aload 5 /* propertyB1 */
            ifnull 11
            aload 6 /* propertyB2 */
            ifnonnull 12
        11: .line 266
      StackMap locals: com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding java.lang.Object java.lang.Object
      StackMap stack:
            iconst_0
            ireturn
        12: .line 269
      StackMap locals:
      StackMap stack:
            aload 2 /* propertyA1 */
            aload 5 /* propertyB1 */
            if_acmpne 14
            aload 3 /* propertyA2 */
            aload 6 /* propertyB2 */
            if_acmpne 14
        13: .line 270
            iconst_1
            ireturn
        14: .line 272
      StackMap locals:
      StackMap stack:
            aload 2 /* propertyA1 */
            aload 6 /* propertyB2 */
            if_acmpne 16
            aload 3 /* propertyA2 */
            aload 5 /* propertyB1 */
            if_acmpne 16
        15: .line 273
            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$SetContentBinding otherBinding
        16: .line 276
      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$SetContentBinding this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Lcom/sun/javafx/binding/BidirectionalContentBinding$SetContentBinding<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$SetContentBinding;
            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/SetChangeListener<TE;>;Ljavafx/beans/WeakListener;
SourceFile: "BidirectionalContentBinding.java"
NestHost: com.sun.javafx.binding.BidirectionalContentBinding
InnerClasses:
  private SetContentBinding = com.sun.javafx.binding.BidirectionalContentBinding$SetContentBinding of com.sun.javafx.binding.BidirectionalContentBinding
  public abstract Change = javafx.collections.SetChangeListener$Change of javafx.collections.SetChangeListener