class com.sun.javafx.binding.SetExpressionHelper$Generic<E> extends com.sun.javafx.binding.SetExpressionHelper<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.javafx.binding.SetExpressionHelper$Generic
  super_class: com.sun.javafx.binding.SetExpressionHelper
{
  private javafx.beans.InvalidationListener[] invalidationListeners;
    descriptor: [Ljavafx/beans/InvalidationListener;
    flags: (0x0002) ACC_PRIVATE

  private javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>>[] changeListeners;
    descriptor: [Ljavafx/beans/value/ChangeListener;
    flags: (0x0002) ACC_PRIVATE
    Signature: [Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;

  private javafx.collections.SetChangeListener<? super E>[] setChangeListeners;
    descriptor: [Ljavafx/collections/SetChangeListener;
    flags: (0x0002) ACC_PRIVATE
    Signature: [Ljavafx/collections/SetChangeListener<-TE;>;

  private int invalidationSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int changeSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int setChangeSize;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  private javafx.collections.ObservableSet<E> currentValue;
    descriptor: Ljavafx/collections/ObservableSet;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljavafx/collections/ObservableSet<TE;>;

  private void <init>(javafx.beans.value.ObservableSetValue<E>, javafx.beans.InvalidationListener, javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/InvalidationListener;Ljavafx/beans/InvalidationListener;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
        start local 1 // javafx.beans.value.ObservableSetValue observable
        start local 2 // javafx.beans.InvalidationListener listener0
        start local 3 // javafx.beans.InvalidationListener listener1
         0: .line 316
            aload 0 /* this */
            aload 1 /* observable */
            invokespecial com.sun.javafx.binding.SetExpressionHelper.<init>:(Ljavafx/beans/value/ObservableSetValue;)V
         1: .line 317
            aload 0 /* this */
            iconst_2
            anewarray javafx.beans.InvalidationListener
            dup
            iconst_0
            aload 2 /* listener0 */
            aastore
            dup
            iconst_1
            aload 3 /* listener1 */
            aastore
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
         2: .line 318
            aload 0 /* this */
            iconst_2
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
         3: .line 319
            return
        end local 3 // javafx.beans.InvalidationListener listener1
        end local 2 // javafx.beans.InvalidationListener listener0
        end local 1 // javafx.beans.value.ObservableSetValue observable
        end local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
            0    4     1  observable  Ljavafx/beans/value/ObservableSetValue<TE;>;
            0    4     2   listener0  Ljavafx/beans/InvalidationListener;
            0    4     3   listener1  Ljavafx/beans/InvalidationListener;
    Signature: (Ljavafx/beans/value/ObservableSetValue<TE;>;Ljavafx/beans/InvalidationListener;Ljavafx/beans/InvalidationListener;)V
    MethodParameters:
            Name  Flags
      observable  
      listener0   
      listener1   

  private void <init>(javafx.beans.value.ObservableSetValue<E>, javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>>, javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>>);
    descriptor: (Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/value/ChangeListener;Ljavafx/beans/value/ChangeListener;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
        start local 1 // javafx.beans.value.ObservableSetValue observable
        start local 2 // javafx.beans.value.ChangeListener listener0
        start local 3 // javafx.beans.value.ChangeListener listener1
         0: .line 322
            aload 0 /* this */
            aload 1 /* observable */
            invokespecial com.sun.javafx.binding.SetExpressionHelper.<init>:(Ljavafx/beans/value/ObservableSetValue;)V
         1: .line 323
            aload 0 /* this */
            iconst_2
            anewarray javafx.beans.value.ChangeListener
            dup
            iconst_0
            aload 2 /* listener0 */
            aastore
            dup
            iconst_1
            aload 3 /* listener1 */
            aastore
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
         2: .line 324
            aload 0 /* this */
            iconst_2
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
         3: .line 325
            aload 0 /* this */
            aload 1 /* observable */
            invokeinterface javafx.beans.value.ObservableSetValue.getValue:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableSet
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
         4: .line 326
            return
        end local 3 // javafx.beans.value.ChangeListener listener1
        end local 2 // javafx.beans.value.ChangeListener listener0
        end local 1 // javafx.beans.value.ObservableSetValue observable
        end local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
            0    5     1  observable  Ljavafx/beans/value/ObservableSetValue<TE;>;
            0    5     2   listener0  Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;
            0    5     3   listener1  Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;
    Signature: (Ljavafx/beans/value/ObservableSetValue<TE;>;Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;)V
    MethodParameters:
            Name  Flags
      observable  
      listener0   
      listener1   

  private void <init>(javafx.beans.value.ObservableSetValue<E>, javafx.collections.SetChangeListener<? super E>, javafx.collections.SetChangeListener<? super E>);
    descriptor: (Ljavafx/beans/value/ObservableSetValue;Ljavafx/collections/SetChangeListener;Ljavafx/collections/SetChangeListener;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
        start local 1 // javafx.beans.value.ObservableSetValue observable
        start local 2 // javafx.collections.SetChangeListener listener0
        start local 3 // javafx.collections.SetChangeListener listener1
         0: .line 329
            aload 0 /* this */
            aload 1 /* observable */
            invokespecial com.sun.javafx.binding.SetExpressionHelper.<init>:(Ljavafx/beans/value/ObservableSetValue;)V
         1: .line 330
            aload 0 /* this */
            iconst_2
            anewarray javafx.collections.SetChangeListener
            dup
            iconst_0
            aload 2 /* listener0 */
            aastore
            dup
            iconst_1
            aload 3 /* listener1 */
            aastore
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
         2: .line 331
            aload 0 /* this */
            iconst_2
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
         3: .line 332
            aload 0 /* this */
            aload 1 /* observable */
            invokeinterface javafx.beans.value.ObservableSetValue.getValue:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableSet
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
         4: .line 333
            return
        end local 3 // javafx.collections.SetChangeListener listener1
        end local 2 // javafx.collections.SetChangeListener listener0
        end local 1 // javafx.beans.value.ObservableSetValue observable
        end local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
            0    5     1  observable  Ljavafx/beans/value/ObservableSetValue<TE;>;
            0    5     2   listener0  Ljavafx/collections/SetChangeListener<-TE;>;
            0    5     3   listener1  Ljavafx/collections/SetChangeListener<-TE;>;
    Signature: (Ljavafx/beans/value/ObservableSetValue<TE;>;Ljavafx/collections/SetChangeListener<-TE;>;Ljavafx/collections/SetChangeListener<-TE;>;)V
    MethodParameters:
            Name  Flags
      observable  
      listener0   
      listener1   

  private void <init>(javafx.beans.value.ObservableSetValue<E>, javafx.beans.InvalidationListener, javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>>);
    descriptor: (Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/InvalidationListener;Ljavafx/beans/value/ChangeListener;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
        start local 1 // javafx.beans.value.ObservableSetValue observable
        start local 2 // javafx.beans.InvalidationListener invalidationListener
        start local 3 // javafx.beans.value.ChangeListener changeListener
         0: .line 336
            aload 0 /* this */
            aload 1 /* observable */
            invokespecial com.sun.javafx.binding.SetExpressionHelper.<init>:(Ljavafx/beans/value/ObservableSetValue;)V
         1: .line 337
            aload 0 /* this */
            iconst_1
            anewarray javafx.beans.InvalidationListener
            dup
            iconst_0
            aload 2 /* invalidationListener */
            aastore
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
         2: .line 338
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
         3: .line 339
            aload 0 /* this */
            iconst_1
            anewarray javafx.beans.value.ChangeListener
            dup
            iconst_0
            aload 3 /* changeListener */
            aastore
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
         4: .line 340
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
         5: .line 341
            aload 0 /* this */
            aload 1 /* observable */
            invokeinterface javafx.beans.value.ObservableSetValue.getValue:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableSet
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
         6: .line 342
            return
        end local 3 // javafx.beans.value.ChangeListener changeListener
        end local 2 // javafx.beans.InvalidationListener invalidationListener
        end local 1 // javafx.beans.value.ObservableSetValue observable
        end local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    7     0                  this  Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
            0    7     1            observable  Ljavafx/beans/value/ObservableSetValue<TE;>;
            0    7     2  invalidationListener  Ljavafx/beans/InvalidationListener;
            0    7     3        changeListener  Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;
    Signature: (Ljavafx/beans/value/ObservableSetValue<TE;>;Ljavafx/beans/InvalidationListener;Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;)V
    MethodParameters:
                      Name  Flags
      observable            
      invalidationListener  
      changeListener        

  private void <init>(javafx.beans.value.ObservableSetValue<E>, javafx.beans.InvalidationListener, javafx.collections.SetChangeListener<? super E>);
    descriptor: (Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/InvalidationListener;Ljavafx/collections/SetChangeListener;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
        start local 1 // javafx.beans.value.ObservableSetValue observable
        start local 2 // javafx.beans.InvalidationListener invalidationListener
        start local 3 // javafx.collections.SetChangeListener listChangeListener
         0: .line 345
            aload 0 /* this */
            aload 1 /* observable */
            invokespecial com.sun.javafx.binding.SetExpressionHelper.<init>:(Ljavafx/beans/value/ObservableSetValue;)V
         1: .line 346
            aload 0 /* this */
            iconst_1
            anewarray javafx.beans.InvalidationListener
            dup
            iconst_0
            aload 2 /* invalidationListener */
            aastore
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
         2: .line 347
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
         3: .line 348
            aload 0 /* this */
            iconst_1
            anewarray javafx.collections.SetChangeListener
            dup
            iconst_0
            aload 3 /* listChangeListener */
            aastore
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
         4: .line 349
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
         5: .line 350
            aload 0 /* this */
            aload 1 /* observable */
            invokeinterface javafx.beans.value.ObservableSetValue.getValue:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableSet
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
         6: .line 351
            return
        end local 3 // javafx.collections.SetChangeListener listChangeListener
        end local 2 // javafx.beans.InvalidationListener invalidationListener
        end local 1 // javafx.beans.value.ObservableSetValue observable
        end local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    7     0                  this  Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
            0    7     1            observable  Ljavafx/beans/value/ObservableSetValue<TE;>;
            0    7     2  invalidationListener  Ljavafx/beans/InvalidationListener;
            0    7     3    listChangeListener  Ljavafx/collections/SetChangeListener<-TE;>;
    Signature: (Ljavafx/beans/value/ObservableSetValue<TE;>;Ljavafx/beans/InvalidationListener;Ljavafx/collections/SetChangeListener<-TE;>;)V
    MethodParameters:
                      Name  Flags
      observable            
      invalidationListener  
      listChangeListener    

  private void <init>(javafx.beans.value.ObservableSetValue<E>, javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>>, javafx.collections.SetChangeListener<? super E>);
    descriptor: (Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/value/ChangeListener;Ljavafx/collections/SetChangeListener;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
        start local 1 // javafx.beans.value.ObservableSetValue observable
        start local 2 // javafx.beans.value.ChangeListener changeListener
        start local 3 // javafx.collections.SetChangeListener listChangeListener
         0: .line 354
            aload 0 /* this */
            aload 1 /* observable */
            invokespecial com.sun.javafx.binding.SetExpressionHelper.<init>:(Ljavafx/beans/value/ObservableSetValue;)V
         1: .line 355
            aload 0 /* this */
            iconst_1
            anewarray javafx.beans.value.ChangeListener
            dup
            iconst_0
            aload 2 /* changeListener */
            aastore
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
         2: .line 356
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
         3: .line 357
            aload 0 /* this */
            iconst_1
            anewarray javafx.collections.SetChangeListener
            dup
            iconst_0
            aload 3 /* listChangeListener */
            aastore
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
         4: .line 358
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
         5: .line 359
            aload 0 /* this */
            aload 1 /* observable */
            invokeinterface javafx.beans.value.ObservableSetValue.getValue:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableSet
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
         6: .line 360
            return
        end local 3 // javafx.collections.SetChangeListener listChangeListener
        end local 2 // javafx.beans.value.ChangeListener changeListener
        end local 1 // javafx.beans.value.ObservableSetValue observable
        end local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    7     0                this  Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
            0    7     1          observable  Ljavafx/beans/value/ObservableSetValue<TE;>;
            0    7     2      changeListener  Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;
            0    7     3  listChangeListener  Ljavafx/collections/SetChangeListener<-TE;>;
    Signature: (Ljavafx/beans/value/ObservableSetValue<TE;>;Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;Ljavafx/collections/SetChangeListener<-TE;>;)V
    MethodParameters:
                    Name  Flags
      observable          
      changeListener      
      listChangeListener  

  protected com.sun.javafx.binding.SetExpressionHelper<E> addListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/binding/SetExpressionHelper;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 364
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            ifnonnull 4
         1: .line 365
            aload 0 /* this */
            iconst_1
            anewarray javafx.beans.InvalidationListener
            dup
            iconst_0
            aload 1 /* listener */
            aastore
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
         2: .line 366
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
         3: .line 367
            goto 17
         4: .line 368
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            arraylength
            istore 2 /* oldCapacity */
        start local 2 // int oldCapacity
         5: .line 369
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
            ifeq 11
         6: .line 370
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
            iload 2 /* oldCapacity */
            if_icmpge 7
            iload 2 /* oldCapacity */
            goto 8
      StackMap locals: int
      StackMap stack:
         7: iload 2 /* oldCapacity */
            iconst_3
            imul
            iconst_2
            idiv
            iconst_1
            iadd
      StackMap locals:
      StackMap stack: int
         8: istore 3 /* newCapacity */
        start local 3 // int newCapacity
         9: .line 371
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            iload 3 /* newCapacity */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast javafx.beans.InvalidationListener[]
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
        end local 3 // int newCapacity
        10: .line 372
            goto 16
      StackMap locals:
      StackMap stack:
        11: aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
            iload 2 /* oldCapacity */
            if_icmpne 16
        12: .line 373
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            invokestatic com.sun.javafx.binding.SetExpressionHelper$Generic.trim:(I[Ljava/lang/Object;)I
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
        13: .line 374
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
            iload 2 /* oldCapacity */
            if_icmpne 16
        14: .line 375
            iload 2 /* oldCapacity */
            iconst_3
            imul
            iconst_2
            idiv
            iconst_1
            iadd
            istore 3 /* newCapacity */
        start local 3 // int newCapacity
        15: .line 376
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            iload 3 /* newCapacity */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast javafx.beans.InvalidationListener[]
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
        end local 3 // int newCapacity
        16: .line 379
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            aload 0 /* this */
            dup
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
            aload 1 /* listener */
            aastore
        end local 2 // int oldCapacity
        17: .line 381
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
            0   18     1     listener  Ljavafx/beans/InvalidationListener;
            5   17     2  oldCapacity  I
            9   10     3  newCapacity  I
           15   16     3  newCapacity  I
    Signature: (Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/binding/SetExpressionHelper<TE;>;
    MethodParameters:
          Name  Flags
      listener  

  protected com.sun.javafx.binding.SetExpressionHelper<E> removeListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/binding/SetExpressionHelper;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 386
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            ifnull 27
         1: .line 387
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         2: goto 26
         3: .line 388
      StackMap locals: int
      StackMap stack:
            aload 1 /* listener */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            iload 2 /* index */
            aaload
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 25
         4: .line 389
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
            iconst_1
            if_icmpne 12
         5: .line 390
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            iconst_1
            if_icmpne 7
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            ifne 7
         6: .line 391
            new com.sun.javafx.binding.SetExpressionHelper$SingleChange
            dup
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
            iconst_0
            aaload
            invokespecial com.sun.javafx.binding.SetExpressionHelper$SingleChange.<init>:(Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/value/ChangeListener;)V
            areturn
         7: .line 392
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            ifne 9
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            iconst_1
            if_icmpne 9
         8: .line 393
            new com.sun.javafx.binding.SetExpressionHelper$SingleSetChange
            dup
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
            iconst_0
            aaload
            invokespecial com.sun.javafx.binding.SetExpressionHelper$SingleSetChange.<init>:(Ljavafx/beans/value/ObservableSetValue;Ljavafx/collections/SetChangeListener;)V
            areturn
         9: .line 395
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
        10: .line 396
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
        11: .line 397
            goto 27
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
            iconst_2
            if_icmpne 14
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            ifne 14
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            ifne 14
        13: .line 398
            new com.sun.javafx.binding.SetExpressionHelper$SingleInvalidation
            dup
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            iconst_1
            iload 2 /* index */
            isub
            aaload
            invokespecial com.sun.javafx.binding.SetExpressionHelper$SingleInvalidation.<init>:(Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/InvalidationListener;)V
            areturn
        14: .line 400
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
            iload 2 /* index */
            isub
            iconst_1
            isub
            istore 3 /* numMoved */
        start local 3 // int numMoved
        15: .line 401
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            astore 4 /* oldListeners */
        start local 4 // javafx.beans.InvalidationListener[] oldListeners
        16: .line 402
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
            ifeq 19
        17: .line 403
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            arraylength
            anewarray javafx.beans.InvalidationListener
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
        18: .line 404
            aload 4 /* oldListeners */
            iconst_0
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            iconst_0
            iload 2 /* index */
            iconst_1
            iadd
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 406
      StackMap locals: int javafx.beans.InvalidationListener[]
      StackMap stack:
            iload 3 /* numMoved */
            ifle 21
        20: .line 407
            aload 4 /* oldListeners */
            iload 2 /* index */
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            iload 2 /* index */
            iload 3 /* numMoved */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        21: .line 409
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
            iconst_1
            isub
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
        22: .line 410
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
            ifne 27
        23: .line 411
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
            aconst_null
            aastore
        end local 4 // javafx.beans.InvalidationListener[] oldListeners
        end local 3 // int numMoved
        24: .line 414
            goto 27
        25: .line 387
      StackMap locals:
      StackMap stack:
            iinc 2 /* index */ 1
      StackMap locals:
      StackMap stack:
        26: iload 2 /* index */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
            if_icmplt 3
        end local 2 // int index
        27: .line 418
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   28     0          this  Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
            0   28     1      listener  Ljavafx/beans/InvalidationListener;
            2   27     2         index  I
           15   24     3      numMoved  I
           16   24     4  oldListeners  [Ljavafx/beans/InvalidationListener;
    Signature: (Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/binding/SetExpressionHelper<TE;>;
    MethodParameters:
          Name  Flags
      listener  

  protected com.sun.javafx.binding.SetExpressionHelper<E> addListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>>);
    descriptor: (Ljavafx/beans/value/ChangeListener;)Lcom/sun/javafx/binding/SetExpressionHelper;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
        start local 1 // javafx.beans.value.ChangeListener listener
         0: .line 423
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
            ifnonnull 4
         1: .line 424
            aload 0 /* this */
            iconst_1
            anewarray javafx.beans.value.ChangeListener
            dup
            iconst_0
            aload 1 /* listener */
            aastore
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
         2: .line 425
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
         3: .line 426
            goto 17
         4: .line 427
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
            arraylength
            istore 2 /* oldCapacity */
        start local 2 // int oldCapacity
         5: .line 428
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
            ifeq 11
         6: .line 429
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            iload 2 /* oldCapacity */
            if_icmpge 7
            iload 2 /* oldCapacity */
            goto 8
      StackMap locals: int
      StackMap stack:
         7: iload 2 /* oldCapacity */
            iconst_3
            imul
            iconst_2
            idiv
            iconst_1
            iadd
      StackMap locals:
      StackMap stack: int
         8: istore 3 /* newCapacity */
        start local 3 // int newCapacity
         9: .line 430
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
            iload 3 /* newCapacity */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast javafx.beans.value.ChangeListener[]
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
        end local 3 // int newCapacity
        10: .line 431
            goto 16
      StackMap locals:
      StackMap stack:
        11: aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            iload 2 /* oldCapacity */
            if_icmpne 16
        12: .line 432
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
            invokestatic com.sun.javafx.binding.SetExpressionHelper$Generic.trim:(I[Ljava/lang/Object;)I
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
        13: .line 433
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            iload 2 /* oldCapacity */
            if_icmpne 16
        14: .line 434
            iload 2 /* oldCapacity */
            iconst_3
            imul
            iconst_2
            idiv
            iconst_1
            iadd
            istore 3 /* newCapacity */
        start local 3 // int newCapacity
        15: .line 435
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
            iload 3 /* newCapacity */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast javafx.beans.value.ChangeListener[]
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
        end local 3 // int newCapacity
        16: .line 438
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
            aload 0 /* this */
            dup
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            aload 1 /* listener */
            aastore
        end local 2 // int oldCapacity
        17: .line 440
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            iconst_1
            if_icmpne 19
        18: .line 441
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
            invokeinterface javafx.beans.value.ObservableSetValue.getValue:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableSet
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
        19: .line 443
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // javafx.beans.value.ChangeListener listener
        end local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0         this  Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
            0   20     1     listener  Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;
            5   17     2  oldCapacity  I
            9   10     3  newCapacity  I
           15   16     3  newCapacity  I
    Signature: (Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;)Lcom/sun/javafx/binding/SetExpressionHelper<TE;>;
    MethodParameters:
          Name  Flags
      listener  

  protected com.sun.javafx.binding.SetExpressionHelper<E> removeListener(javafx.beans.value.ChangeListener<? super javafx.collections.ObservableSet<E>>);
    descriptor: (Ljavafx/beans/value/ChangeListener;)Lcom/sun/javafx/binding/SetExpressionHelper;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
        start local 1 // javafx.beans.value.ChangeListener listener
         0: .line 448
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
            ifnull 27
         1: .line 449
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         2: goto 26
         3: .line 450
      StackMap locals: int
      StackMap stack:
            aload 1 /* listener */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
            iload 2 /* index */
            aaload
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 25
         4: .line 451
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            iconst_1
            if_icmpne 12
         5: .line 452
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
            iconst_1
            if_icmpne 7
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            ifne 7
         6: .line 453
            new com.sun.javafx.binding.SetExpressionHelper$SingleInvalidation
            dup
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            iconst_0
            aaload
            invokespecial com.sun.javafx.binding.SetExpressionHelper$SingleInvalidation.<init>:(Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/InvalidationListener;)V
            areturn
         7: .line 454
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
            ifne 9
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            iconst_1
            if_icmpne 9
         8: .line 455
            new com.sun.javafx.binding.SetExpressionHelper$SingleSetChange
            dup
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
            iconst_0
            aaload
            invokespecial com.sun.javafx.binding.SetExpressionHelper$SingleSetChange.<init>:(Ljavafx/beans/value/ObservableSetValue;Ljavafx/collections/SetChangeListener;)V
            areturn
         9: .line 457
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
        10: .line 458
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
        11: .line 459
            goto 27
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            iconst_2
            if_icmpne 14
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
            ifne 14
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            ifne 14
        13: .line 460
            new com.sun.javafx.binding.SetExpressionHelper$SingleChange
            dup
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
            iconst_1
            iload 2 /* index */
            isub
            aaload
            invokespecial com.sun.javafx.binding.SetExpressionHelper$SingleChange.<init>:(Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/value/ChangeListener;)V
            areturn
        14: .line 462
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            iload 2 /* index */
            isub
            iconst_1
            isub
            istore 3 /* numMoved */
        start local 3 // int numMoved
        15: .line 463
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
            astore 4 /* oldListeners */
        start local 4 // javafx.beans.value.ChangeListener[] oldListeners
        16: .line 464
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
            ifeq 19
        17: .line 465
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
            arraylength
            anewarray javafx.beans.value.ChangeListener
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
        18: .line 466
            aload 4 /* oldListeners */
            iconst_0
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
            iconst_0
            iload 2 /* index */
            iconst_1
            iadd
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 468
      StackMap locals: int javafx.beans.value.ChangeListener[]
      StackMap stack:
            iload 3 /* numMoved */
            ifle 21
        20: .line 469
            aload 4 /* oldListeners */
            iload 2 /* index */
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
            iload 2 /* index */
            iload 3 /* numMoved */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        21: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            iconst_1
            isub
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
        22: .line 472
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
            ifne 27
        23: .line 473
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            aconst_null
            aastore
        end local 4 // javafx.beans.value.ChangeListener[] oldListeners
        end local 3 // int numMoved
        24: .line 476
            goto 27
        25: .line 449
      StackMap locals:
      StackMap stack:
            iinc 2 /* index */ 1
      StackMap locals:
      StackMap stack:
        26: iload 2 /* index */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            if_icmplt 3
        end local 2 // int index
        27: .line 480
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // javafx.beans.value.ChangeListener listener
        end local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   28     0          this  Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
            0   28     1      listener  Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;
            2   27     2         index  I
           15   24     3      numMoved  I
           16   24     4  oldListeners  [Ljavafx/beans/value/ChangeListener;
    Signature: (Ljavafx/beans/value/ChangeListener<-Ljavafx/collections/ObservableSet<TE;>;>;)Lcom/sun/javafx/binding/SetExpressionHelper<TE;>;
    MethodParameters:
          Name  Flags
      listener  

  protected com.sun.javafx.binding.SetExpressionHelper<E> addListener(javafx.collections.SetChangeListener<? super E>);
    descriptor: (Ljavafx/collections/SetChangeListener;)Lcom/sun/javafx/binding/SetExpressionHelper;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
        start local 1 // javafx.collections.SetChangeListener listener
         0: .line 485
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
            ifnonnull 4
         1: .line 486
            aload 0 /* this */
            iconst_1
            anewarray javafx.collections.SetChangeListener
            dup
            iconst_0
            aload 1 /* listener */
            aastore
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
         2: .line 487
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
         3: .line 488
            goto 17
         4: .line 489
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
            arraylength
            istore 2 /* oldCapacity */
        start local 2 // int oldCapacity
         5: .line 490
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
            ifeq 11
         6: .line 491
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            iload 2 /* oldCapacity */
            if_icmpge 7
            iload 2 /* oldCapacity */
            goto 8
      StackMap locals: int
      StackMap stack:
         7: iload 2 /* oldCapacity */
            iconst_3
            imul
            iconst_2
            idiv
            iconst_1
            iadd
      StackMap locals:
      StackMap stack: int
         8: istore 3 /* newCapacity */
        start local 3 // int newCapacity
         9: .line 492
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
            iload 3 /* newCapacity */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast javafx.collections.SetChangeListener[]
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
        end local 3 // int newCapacity
        10: .line 493
            goto 16
      StackMap locals:
      StackMap stack:
        11: aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            iload 2 /* oldCapacity */
            if_icmpne 16
        12: .line 494
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
            invokestatic com.sun.javafx.binding.SetExpressionHelper$Generic.trim:(I[Ljava/lang/Object;)I
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
        13: .line 495
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            iload 2 /* oldCapacity */
            if_icmpne 16
        14: .line 496
            iload 2 /* oldCapacity */
            iconst_3
            imul
            iconst_2
            idiv
            iconst_1
            iadd
            istore 3 /* newCapacity */
        start local 3 // int newCapacity
        15: .line 497
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
            iload 3 /* newCapacity */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast javafx.collections.SetChangeListener[]
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
        end local 3 // int newCapacity
        16: .line 500
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
            aload 0 /* this */
            dup
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            aload 1 /* listener */
            aastore
        end local 2 // int oldCapacity
        17: .line 502
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            iconst_1
            if_icmpne 19
        18: .line 503
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
            invokeinterface javafx.beans.value.ObservableSetValue.getValue:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableSet
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
        19: .line 505
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // javafx.collections.SetChangeListener listener
        end local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0         this  Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
            0   20     1     listener  Ljavafx/collections/SetChangeListener<-TE;>;
            5   17     2  oldCapacity  I
            9   10     3  newCapacity  I
           15   16     3  newCapacity  I
    Signature: (Ljavafx/collections/SetChangeListener<-TE;>;)Lcom/sun/javafx/binding/SetExpressionHelper<TE;>;
    MethodParameters:
          Name  Flags
      listener  

  protected com.sun.javafx.binding.SetExpressionHelper<E> removeListener(javafx.collections.SetChangeListener<? super E>);
    descriptor: (Ljavafx/collections/SetChangeListener;)Lcom/sun/javafx/binding/SetExpressionHelper;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=5, args_size=2
        start local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
        start local 1 // javafx.collections.SetChangeListener listener
         0: .line 510
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
            ifnull 27
         1: .line 511
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         2: goto 26
         3: .line 512
      StackMap locals: int
      StackMap stack:
            aload 1 /* listener */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
            iload 2 /* index */
            aaload
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 25
         4: .line 513
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            iconst_1
            if_icmpne 12
         5: .line 514
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
            iconst_1
            if_icmpne 7
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            ifne 7
         6: .line 515
            new com.sun.javafx.binding.SetExpressionHelper$SingleInvalidation
            dup
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            iconst_0
            aaload
            invokespecial com.sun.javafx.binding.SetExpressionHelper$SingleInvalidation.<init>:(Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/InvalidationListener;)V
            areturn
         7: .line 516
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
            ifne 9
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            iconst_1
            if_icmpne 9
         8: .line 517
            new com.sun.javafx.binding.SetExpressionHelper$SingleChange
            dup
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
            iconst_0
            aaload
            invokespecial com.sun.javafx.binding.SetExpressionHelper$SingleChange.<init>:(Ljavafx/beans/value/ObservableSetValue;Ljavafx/beans/value/ChangeListener;)V
            areturn
         9: .line 519
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
        10: .line 520
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
        11: .line 521
            goto 27
      StackMap locals:
      StackMap stack:
        12: aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            iconst_2
            if_icmpne 14
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
            ifne 14
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            ifne 14
        13: .line 522
            new com.sun.javafx.binding.SetExpressionHelper$SingleSetChange
            dup
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
            iconst_1
            iload 2 /* index */
            isub
            aaload
            invokespecial com.sun.javafx.binding.SetExpressionHelper$SingleSetChange.<init>:(Ljavafx/beans/value/ObservableSetValue;Ljavafx/collections/SetChangeListener;)V
            areturn
        14: .line 524
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            iload 2 /* index */
            isub
            iconst_1
            isub
            istore 3 /* numMoved */
        start local 3 // int numMoved
        15: .line 525
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
            astore 4 /* oldListeners */
        start local 4 // javafx.collections.SetChangeListener[] oldListeners
        16: .line 526
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
            ifeq 19
        17: .line 527
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
            arraylength
            anewarray javafx.collections.SetChangeListener
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
        18: .line 528
            aload 4 /* oldListeners */
            iconst_0
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
            iconst_0
            iload 2 /* index */
            iconst_1
            iadd
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 530
      StackMap locals: int javafx.collections.SetChangeListener[]
      StackMap stack:
            iload 3 /* numMoved */
            ifle 21
        20: .line 531
            aload 4 /* oldListeners */
            iload 2 /* index */
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
            iload 2 /* index */
            iload 3 /* numMoved */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        21: .line 533
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            iconst_1
            isub
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
        22: .line 534
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
            ifne 27
        23: .line 535
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            aconst_null
            aastore
        end local 4 // javafx.collections.SetChangeListener[] oldListeners
        end local 3 // int numMoved
        24: .line 538
            goto 27
        25: .line 511
      StackMap locals:
      StackMap stack:
            iinc 2 /* index */ 1
      StackMap locals:
      StackMap stack:
        26: iload 2 /* index */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            if_icmplt 3
        end local 2 // int index
        27: .line 542
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // javafx.collections.SetChangeListener listener
        end local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   28     0          this  Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
            0   28     1      listener  Ljavafx/collections/SetChangeListener<-TE;>;
            2   27     2         index  I
           15   24     3      numMoved  I
           16   24     4  oldListeners  [Ljavafx/collections/SetChangeListener;
    Signature: (Ljavafx/collections/SetChangeListener<-TE;>;)Lcom/sun/javafx/binding/SetExpressionHelper<TE;>;
    MethodParameters:
          Name  Flags
      listener  

  protected void fireValueChangedEvent();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
         0: .line 547
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            ifne 3
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            ifne 3
         1: .line 548
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
            aconst_null
            invokevirtual com.sun.javafx.binding.SetExpressionHelper$Generic.notifyListeners:(Ljavafx/collections/ObservableSet;Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange;)V
         2: .line 549
            goto 6
         3: .line 550
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
            astore 1 /* oldValue */
        start local 1 // javafx.collections.ObservableSet oldValue
         4: .line 551
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
            invokeinterface javafx.beans.value.ObservableSetValue.getValue:()Ljava/lang/Object;
            checkcast javafx.collections.ObservableSet
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
         5: .line 552
            aload 0 /* this */
            aload 1 /* oldValue */
            aconst_null
            invokevirtual com.sun.javafx.binding.SetExpressionHelper$Generic.notifyListeners:(Ljavafx/collections/ObservableSet;Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange;)V
        end local 1 // javafx.collections.ObservableSet oldValue
         6: .line 554
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
            4    6     1  oldValue  Ljavafx/collections/ObservableSet<TE;>;

  protected void fireValueChangedEvent(javafx.collections.SetChangeListener$Change<? extends E>);
    descriptor: (Ljavafx/collections/SetChangeListener$Change;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
        start local 1 // javafx.collections.SetChangeListener$Change change
         0: .line 558
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            ifne 1
            aconst_null
            goto 2
      StackMap locals:
      StackMap stack:
         1: new com.sun.javafx.binding.SetExpressionHelper$SimpleChange
            dup
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
            aload 1 /* change */
            invokespecial com.sun.javafx.binding.SetExpressionHelper$SimpleChange.<init>:(Ljavafx/collections/ObservableSet;Ljavafx/collections/SetChangeListener$Change;)V
      StackMap locals:
      StackMap stack: com.sun.javafx.binding.SetExpressionHelper$SimpleChange
         2: astore 2 /* mappedChange */
        start local 2 // com.sun.javafx.binding.SetExpressionHelper$SimpleChange mappedChange
         3: .line 559
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
            aload 2 /* mappedChange */
            invokevirtual com.sun.javafx.binding.SetExpressionHelper$Generic.notifyListeners:(Ljavafx/collections/ObservableSet;Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange;)V
         4: .line 560
            return
        end local 2 // com.sun.javafx.binding.SetExpressionHelper$SimpleChange mappedChange
        end local 1 // javafx.collections.SetChangeListener$Change change
        end local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
            0    5     1        change  Ljavafx/collections/SetChangeListener$Change<+TE;>;
            3    5     2  mappedChange  Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange<TE;>;
    Signature: (Ljavafx/collections/SetChangeListener$Change<+TE;>;)V
    MethodParameters:
        Name  Flags
      change  final

  private void notifyListeners(javafx.collections.ObservableSet<E>, com.sun.javafx.binding.SetExpressionHelper$SimpleChange<E>);
    descriptor: (Ljavafx/collections/ObservableSet;Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=13, args_size=3
        start local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
        start local 1 // javafx.collections.ObservableSet oldValue
        start local 2 // com.sun.javafx.binding.SetExpressionHelper$SimpleChange change
         0: .line 563
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            astore 3 /* curInvalidationList */
        start local 3 // javafx.beans.InvalidationListener[] curInvalidationList
         1: .line 564
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.invalidationSize:I
            istore 4 /* curInvalidationSize */
        start local 4 // int curInvalidationSize
         2: .line 565
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeListeners:[Ljavafx/beans/value/ChangeListener;
            astore 5 /* curChangeList */
        start local 5 // javafx.beans.value.ChangeListener[] curChangeList
         3: .line 566
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.changeSize:I
            istore 6 /* curChangeSize */
        start local 6 // int curChangeSize
         4: .line 567
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeListeners:[Ljavafx/collections/SetChangeListener;
            astore 7 /* curListChangeList */
        start local 7 // javafx.collections.SetChangeListener[] curListChangeList
         5: .line 568
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.setChangeSize:I
            istore 8 /* curListChangeSize */
        start local 8 // int curListChangeSize
         6: .line 570
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
         7: .line 571
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         8: goto 11
         9: .line 572
      StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int int
      StackMap stack:
            aload 3 /* curInvalidationList */
            iload 9 /* i */
            aaload
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
            invokeinterface javafx.beans.InvalidationListener.invalidated:(Ljavafx/beans/Observable;)V
        10: .line 571
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        11: iload 9 /* i */
            iload 4 /* curInvalidationSize */
            if_icmplt 9
        end local 9 // int i
        12: .line 574
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
            aload 1 /* oldValue */
            if_acmpne 13
            aload 2 /* change */
            ifnull 73
        13: .line 575
      StackMap locals:
      StackMap stack:
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        14: goto 17
        15: .line 576
      StackMap locals: int
      StackMap stack:
            aload 5 /* curChangeList */
            iload 9 /* i */
            aaload
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
            aload 1 /* oldValue */
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
            invokeinterface javafx.beans.value.ChangeListener.changed:(Ljavafx/beans/value/ObservableValue;Ljava/lang/Object;Ljava/lang/Object;)V
        16: .line 575
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        17: iload 9 /* i */
            iload 6 /* curChangeSize */
            if_icmplt 15
        end local 9 // int i
        18: .line 578
            iload 8 /* curListChangeSize */
            ifle 73
        19: .line 579
            aload 2 /* change */
            ifnull 26
        20: .line 580
            iconst_0
            istore 9 /* i */
        start local 9 // int i
        21: goto 24
        22: .line 581
      StackMap locals:
      StackMap stack:
            aload 7 /* curListChangeList */
            iload 9 /* i */
            aaload
            aload 2 /* change */
            invokeinterface javafx.collections.SetChangeListener.onChanged:(Ljavafx/collections/SetChangeListener$Change;)V
        23: .line 580
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 9 /* i */
            iload 8 /* curListChangeSize */
            if_icmplt 22
        end local 9 // int i
        25: .line 583
            goto 73
        26: .line 584
      StackMap locals:
      StackMap stack:
            new com.sun.javafx.binding.SetExpressionHelper$SimpleChange
            dup
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.observable:Ljavafx/beans/value/ObservableSetValue;
            invokespecial com.sun.javafx.binding.SetExpressionHelper$SimpleChange.<init>:(Ljavafx/collections/ObservableSet;)V
            astore 2 /* change */
        27: .line 585
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
            ifnonnull 38
        28: .line 586
            aload 1 /* oldValue */
            invokeinterface javafx.collections.ObservableSet.iterator:()Ljava/util/Iterator;
            astore 10
            goto 36
      StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int top java.util.Iterator
      StackMap stack:
        29: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Object
            astore 9 /* element */
        start local 9 // java.lang.Object element
        30: .line 587
            aload 2 /* change */
            aload 9 /* element */
            invokevirtual com.sun.javafx.binding.SetExpressionHelper$SimpleChange.setRemoved:(Ljava/lang/Object;)Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange;
            pop
        31: .line 588
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        32: goto 35
        33: .line 589
      StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int java.lang.Object java.util.Iterator int
      StackMap stack:
            aload 7 /* curListChangeList */
            iload 11 /* i */
            aaload
            aload 2 /* change */
            invokeinterface javafx.collections.SetChangeListener.onChanged:(Ljavafx/collections/SetChangeListener$Change;)V
        34: .line 588
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        35: iload 11 /* i */
            iload 8 /* curListChangeSize */
            if_icmplt 33
        end local 11 // int i
        end local 9 // java.lang.Object element
        36: .line 586
      StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int top java.util.Iterator
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 29
        37: .line 592
            goto 73
      StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int
      StackMap stack:
        38: aload 1 /* oldValue */
            ifnonnull 49
        39: .line 593
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
            invokeinterface javafx.collections.ObservableSet.iterator:()Ljava/util/Iterator;
            astore 10
            goto 47
      StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int top java.util.Iterator
      StackMap stack:
        40: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Object
            astore 9 /* element */
        start local 9 // java.lang.Object element
        41: .line 594
            aload 2 /* change */
            aload 9 /* element */
            invokevirtual com.sun.javafx.binding.SetExpressionHelper$SimpleChange.setAdded:(Ljava/lang/Object;)Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange;
            pop
        42: .line 595
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        43: goto 46
        44: .line 596
      StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int java.lang.Object java.util.Iterator int
      StackMap stack:
            aload 7 /* curListChangeList */
            iload 11 /* i */
            aaload
            aload 2 /* change */
            invokeinterface javafx.collections.SetChangeListener.onChanged:(Ljavafx/collections/SetChangeListener$Change;)V
        45: .line 595
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        46: iload 11 /* i */
            iload 8 /* curListChangeSize */
            if_icmplt 44
        end local 11 // int i
        end local 9 // java.lang.Object element
        47: .line 593
      StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int top java.util.Iterator
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 40
        48: .line 599
            goto 73
        49: .line 600
      StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int
      StackMap stack:
            aload 1 /* oldValue */
            invokeinterface javafx.collections.ObservableSet.iterator:()Ljava/util/Iterator;
            astore 10
            goto 58
      StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int top java.util.Iterator
      StackMap stack:
        50: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Object
            astore 9 /* element */
        start local 9 // java.lang.Object element
        51: .line 601
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
            aload 9 /* element */
            invokeinterface javafx.collections.ObservableSet.contains:(Ljava/lang/Object;)Z
            ifne 58
        52: .line 602
            aload 2 /* change */
            aload 9 /* element */
            invokevirtual com.sun.javafx.binding.SetExpressionHelper$SimpleChange.setRemoved:(Ljava/lang/Object;)Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange;
            pop
        53: .line 603
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        54: goto 57
        55: .line 604
      StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int java.lang.Object java.util.Iterator int
      StackMap stack:
            aload 7 /* curListChangeList */
            iload 11 /* i */
            aaload
            aload 2 /* change */
            invokeinterface javafx.collections.SetChangeListener.onChanged:(Ljavafx/collections/SetChangeListener$Change;)V
        56: .line 603
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        57: iload 11 /* i */
            iload 8 /* curListChangeSize */
            if_icmplt 55
        end local 11 // int i
        end local 9 // java.lang.Object element
        58: .line 600
      StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int top java.util.Iterator
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 50
        59: .line 608
            aload 0 /* this */
            getfield com.sun.javafx.binding.SetExpressionHelper$Generic.currentValue:Ljavafx/collections/ObservableSet;
            invokeinterface javafx.collections.ObservableSet.iterator:()Ljava/util/Iterator;
            astore 10
            goto 68
      StackMap locals:
      StackMap stack:
        60: aload 10
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.lang.Object
            astore 9 /* element */
        start local 9 // java.lang.Object element
        61: .line 609
            aload 1 /* oldValue */
            aload 9 /* element */
            invokeinterface javafx.collections.ObservableSet.contains:(Ljava/lang/Object;)Z
            ifne 68
        62: .line 610
            aload 2 /* change */
            aload 9 /* element */
            invokevirtual com.sun.javafx.binding.SetExpressionHelper$SimpleChange.setAdded:(Ljava/lang/Object;)Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange;
            pop
        63: .line 611
            iconst_0
            istore 11 /* i */
        start local 11 // int i
        64: goto 67
        65: .line 612
      StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int java.lang.Object java.util.Iterator int
      StackMap stack:
            aload 7 /* curListChangeList */
            iload 11 /* i */
            aaload
            aload 2 /* change */
            invokeinterface javafx.collections.SetChangeListener.onChanged:(Ljavafx/collections/SetChangeListener$Change;)V
        66: .line 611
            iinc 11 /* i */ 1
      StackMap locals:
      StackMap stack:
        67: iload 11 /* i */
            iload 8 /* curListChangeSize */
            if_icmplt 65
        end local 11 // int i
        end local 9 // java.lang.Object element
        68: .line 608
      StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int top java.util.Iterator
      StackMap stack:
            aload 10
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 60
        69: .line 621
            goto 73
      StackMap locals: com.sun.javafx.binding.SetExpressionHelper$Generic javafx.collections.ObservableSet com.sun.javafx.binding.SetExpressionHelper$SimpleChange javafx.beans.InvalidationListener[] int javafx.beans.value.ChangeListener[] int javafx.collections.SetChangeListener[] int
      StackMap stack: java.lang.Throwable
        70: astore 12
        71: .line 622
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
        72: .line 623
            aload 12
            athrow
        73: .line 622
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.binding.SetExpressionHelper$Generic.locked:Z
        74: .line 624
            return
        end local 8 // int curListChangeSize
        end local 7 // javafx.collections.SetChangeListener[] curListChangeList
        end local 6 // int curChangeSize
        end local 5 // javafx.beans.value.ChangeListener[] curChangeList
        end local 4 // int curInvalidationSize
        end local 3 // javafx.beans.InvalidationListener[] curInvalidationList
        end local 2 // com.sun.javafx.binding.SetExpressionHelper$SimpleChange change
        end local 1 // javafx.collections.ObservableSet oldValue
        end local 0 // com.sun.javafx.binding.SetExpressionHelper$Generic this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   75     0                 this  Lcom/sun/javafx/binding/SetExpressionHelper$Generic<TE;>;
            0   75     1             oldValue  Ljavafx/collections/ObservableSet<TE;>;
            0   75     2               change  Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange<TE;>;
            1   75     3  curInvalidationList  [Ljavafx/beans/InvalidationListener;
            2   75     4  curInvalidationSize  I
            3   75     5        curChangeList  [Ljavafx/beans/value/ChangeListener;
            4   75     6        curChangeSize  I
            5   75     7    curListChangeList  [Ljavafx/collections/SetChangeListener;
            6   75     8    curListChangeSize  I
            8   12     9                    i  I
           14   18     9                    i  I
           21   25     9                    i  I
           30   36     9              element  TE;
           32   36    11                    i  I
           41   47     9              element  TE;
           43   47    11                    i  I
           51   58     9              element  TE;
           54   58    11                    i  I
           61   68     9              element  TE;
           64   68    11                    i  I
      Exception table:
        from    to  target  type
           6    70      70  any
    Signature: (Ljavafx/collections/ObservableSet<TE;>;Lcom/sun/javafx/binding/SetExpressionHelper$SimpleChange<TE;>;)V
    MethodParameters:
          Name  Flags
      oldValue  
      change    
}
Signature: <E:Ljava/lang/Object;>Lcom/sun/javafx/binding/SetExpressionHelper<TE;>;
SourceFile: "SetExpressionHelper.java"
NestHost: com.sun.javafx.binding.SetExpressionHelper
InnerClasses:
  private Generic = com.sun.javafx.binding.SetExpressionHelper$Generic of com.sun.javafx.binding.SetExpressionHelper
  public SimpleChange = com.sun.javafx.binding.SetExpressionHelper$SimpleChange of com.sun.javafx.binding.SetExpressionHelper
  private SingleChange = com.sun.javafx.binding.SetExpressionHelper$SingleChange of com.sun.javafx.binding.SetExpressionHelper
  private SingleInvalidation = com.sun.javafx.binding.SetExpressionHelper$SingleInvalidation of com.sun.javafx.binding.SetExpressionHelper
  private SingleSetChange = com.sun.javafx.binding.SetExpressionHelper$SingleSetChange of com.sun.javafx.binding.SetExpressionHelper
  public abstract Change = javafx.collections.SetChangeListener$Change of javafx.collections.SetChangeListener