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

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

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

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

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

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

  private void <init>(javafx.collections.ListChangeListener<? super E>, javafx.collections.ListChangeListener<? super E>);
    descriptor: (Ljavafx/collections/ListChangeListener;Ljavafx/collections/ListChangeListener;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.javafx.collections.ListListenerHelper$Generic this
        start local 1 // javafx.collections.ListChangeListener listener0
        start local 2 // javafx.collections.ListChangeListener listener1
         0: .line 184
            aload 0 /* this */
            invokespecial com.sun.javafx.collections.ListListenerHelper.<init>:()V
         1: .line 185
            aload 0 /* this */
            iconst_2
            anewarray javafx.collections.ListChangeListener
            dup
            iconst_0
            aload 1 /* listener0 */
            aastore
            dup
            iconst_1
            aload 2 /* listener1 */
            aastore
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
         2: .line 186
            aload 0 /* this */
            iconst_2
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
         3: .line 187
            return
        end local 2 // javafx.collections.ListChangeListener listener1
        end local 1 // javafx.collections.ListChangeListener listener0
        end local 0 // com.sun.javafx.collections.ListListenerHelper$Generic this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/sun/javafx/collections/ListListenerHelper$Generic<TE;>;
            0    4     1  listener0  Ljavafx/collections/ListChangeListener<-TE;>;
            0    4     2  listener1  Ljavafx/collections/ListChangeListener<-TE;>;
    Signature: (Ljavafx/collections/ListChangeListener<-TE;>;Ljavafx/collections/ListChangeListener<-TE;>;)V
    MethodParameters:
           Name  Flags
      listener0  
      listener1  

  private void <init>(javafx.beans.InvalidationListener, javafx.collections.ListChangeListener<? super E>);
    descriptor: (Ljavafx/beans/InvalidationListener;Ljavafx/collections/ListChangeListener;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.javafx.collections.ListListenerHelper$Generic this
        start local 1 // javafx.beans.InvalidationListener invalidationListener
        start local 2 // javafx.collections.ListChangeListener changeListener
         0: .line 189
            aload 0 /* this */
            invokespecial com.sun.javafx.collections.ListListenerHelper.<init>:()V
         1: .line 190
            aload 0 /* this */
            iconst_1
            anewarray javafx.beans.InvalidationListener
            dup
            iconst_0
            aload 1 /* invalidationListener */
            aastore
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
         2: .line 191
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationSize:I
         3: .line 192
            aload 0 /* this */
            iconst_1
            anewarray javafx.collections.ListChangeListener
            dup
            iconst_0
            aload 2 /* changeListener */
            aastore
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
         4: .line 193
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
         5: .line 194
            return
        end local 2 // javafx.collections.ListChangeListener changeListener
        end local 1 // javafx.beans.InvalidationListener invalidationListener
        end local 0 // com.sun.javafx.collections.ListListenerHelper$Generic this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    6     0                  this  Lcom/sun/javafx/collections/ListListenerHelper$Generic<TE;>;
            0    6     1  invalidationListener  Ljavafx/beans/InvalidationListener;
            0    6     2        changeListener  Ljavafx/collections/ListChangeListener<-TE;>;
    Signature: (Ljavafx/beans/InvalidationListener;Ljavafx/collections/ListChangeListener<-TE;>;)V
    MethodParameters:
                      Name  Flags
      invalidationListener  
      changeListener        

  protected com.sun.javafx.collections.ListListenerHelper$Generic<E> addListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper$Generic;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.javafx.collections.ListListenerHelper$Generic this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 198
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            ifnonnull 4
         1: .line 199
            aload 0 /* this */
            iconst_1
            anewarray javafx.beans.InvalidationListener
            dup
            iconst_0
            aload 1 /* listener */
            aastore
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
         2: .line 200
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationSize:I
         3: .line 201
            goto 17
         4: .line 202
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            arraylength
            istore 2 /* oldCapacity */
        start local 2 // int oldCapacity
         5: .line 203
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.locked:Z
            ifeq 11
         6: .line 204
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$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 205
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$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.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
        end local 3 // int newCapacity
        10: .line 206
            goto 16
      StackMap locals:
      StackMap stack:
        11: aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationSize:I
            iload 2 /* oldCapacity */
            if_icmpne 16
        12: .line 207
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationSize:I
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            invokestatic com.sun.javafx.collections.ListListenerHelper$Generic.trim:(I[Ljava/lang/Object;)I
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationSize:I
        13: .line 208
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationSize:I
            iload 2 /* oldCapacity */
            if_icmpne 16
        14: .line 209
            iload 2 /* oldCapacity */
            iconst_3
            imul
            iconst_2
            idiv
            iconst_1
            iadd
            istore 3 /* newCapacity */
        start local 3 // int newCapacity
        15: .line 210
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$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.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
        end local 3 // int newCapacity
        16: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            aload 0 /* this */
            dup
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationSize:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationSize:I
            aload 1 /* listener */
            aastore
        end local 2 // int oldCapacity
        17: .line 215
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // com.sun.javafx.collections.ListListenerHelper$Generic this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Lcom/sun/javafx/collections/ListListenerHelper$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/collections/ListListenerHelper$Generic<TE;>;
    MethodParameters:
          Name  Flags
      listener  

  protected com.sun.javafx.collections.ListListenerHelper<E> removeListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.sun.javafx.collections.ListListenerHelper$Generic this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 220
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            ifnull 25
         1: .line 221
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         2: goto 24
         3: .line 222
      StackMap locals: int
      StackMap stack:
            aload 1 /* listener */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            iload 2 /* index */
            aaload
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 23
         4: .line 223
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationSize:I
            iconst_1
            if_icmpne 10
         5: .line 224
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
            iconst_1
            if_icmpne 7
         6: .line 225
            new com.sun.javafx.collections.ListListenerHelper$SingleChange
            dup
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
            iconst_0
            aaload
            invokespecial com.sun.javafx.collections.ListListenerHelper$SingleChange.<init>:(Ljavafx/collections/ListChangeListener;)V
            areturn
         7: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
         8: .line 228
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationSize:I
         9: .line 229
            goto 25
      StackMap locals:
      StackMap stack:
        10: aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationSize:I
            iconst_2
            if_icmpne 12
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
            ifne 12
        11: .line 230
            new com.sun.javafx.collections.ListListenerHelper$SingleInvalidation
            dup
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            iconst_1
            iload 2 /* index */
            isub
            aaload
            invokespecial com.sun.javafx.collections.ListListenerHelper$SingleInvalidation.<init>:(Ljavafx/beans/InvalidationListener;)V
            areturn
        12: .line 232
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationSize:I
            iload 2 /* index */
            isub
            iconst_1
            isub
            istore 3 /* numMoved */
        start local 3 // int numMoved
        13: .line 233
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            astore 4 /* oldListeners */
        start local 4 // javafx.beans.InvalidationListener[] oldListeners
        14: .line 234
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.locked:Z
            ifeq 17
        15: .line 235
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            arraylength
            anewarray javafx.beans.InvalidationListener
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
        16: .line 236
            aload 4 /* oldListeners */
            iconst_0
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            iconst_0
            iload 2 /* index */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        17: .line 238
      StackMap locals: int javafx.beans.InvalidationListener[]
      StackMap stack:
            iload 3 /* numMoved */
            ifle 19
        18: .line 239
            aload 4 /* oldListeners */
            iload 2 /* index */
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            iload 2 /* index */
            iload 3 /* numMoved */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 241
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationSize:I
            iconst_1
            isub
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationSize:I
        20: .line 242
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.locked:Z
            ifne 25
        21: .line 243
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationSize:I
            aconst_null
            aastore
        end local 4 // javafx.beans.InvalidationListener[] oldListeners
        end local 3 // int numMoved
        22: .line 246
            goto 25
        23: .line 221
      StackMap locals:
      StackMap stack:
            iinc 2 /* index */ 1
      StackMap locals:
      StackMap stack:
        24: iload 2 /* index */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationSize:I
            if_icmplt 3
        end local 2 // int index
        25: .line 250
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // com.sun.javafx.collections.ListListenerHelper$Generic this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   26     0          this  Lcom/sun/javafx/collections/ListListenerHelper$Generic<TE;>;
            0   26     1      listener  Ljavafx/beans/InvalidationListener;
            2   25     2         index  I
           13   22     3      numMoved  I
           14   22     4  oldListeners  [Ljavafx/beans/InvalidationListener;
    Signature: (Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper<TE;>;
    MethodParameters:
          Name  Flags
      listener  

  protected com.sun.javafx.collections.ListListenerHelper<E> addListener(javafx.collections.ListChangeListener<? super E>);
    descriptor: (Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/collections/ListListenerHelper;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // com.sun.javafx.collections.ListListenerHelper$Generic this
        start local 1 // javafx.collections.ListChangeListener listener
         0: .line 255
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
            ifnonnull 4
         1: .line 256
            aload 0 /* this */
            iconst_1
            anewarray javafx.collections.ListChangeListener
            dup
            iconst_0
            aload 1 /* listener */
            aastore
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
         2: .line 257
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
         3: .line 258
            goto 17
         4: .line 259
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
            arraylength
            istore 2 /* oldCapacity */
        start local 2 // int oldCapacity
         5: .line 260
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.locked:Z
            ifeq 11
         6: .line 261
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$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 262
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
            iload 3 /* newCapacity */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast javafx.collections.ListChangeListener[]
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
        end local 3 // int newCapacity
        10: .line 263
            goto 16
      StackMap locals:
      StackMap stack:
        11: aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
            iload 2 /* oldCapacity */
            if_icmpne 16
        12: .line 264
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
            invokestatic com.sun.javafx.collections.ListListenerHelper$Generic.trim:(I[Ljava/lang/Object;)I
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
        13: .line 265
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
            iload 2 /* oldCapacity */
            if_icmpne 16
        14: .line 266
            iload 2 /* oldCapacity */
            iconst_3
            imul
            iconst_2
            idiv
            iconst_1
            iadd
            istore 3 /* newCapacity */
        start local 3 // int newCapacity
        15: .line 267
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
            iload 3 /* newCapacity */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            checkcast javafx.collections.ListChangeListener[]
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
        end local 3 // int newCapacity
        16: .line 270
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
            aload 0 /* this */
            dup
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
            dup_x1
            iconst_1
            iadd
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
            aload 1 /* listener */
            aastore
        end local 2 // int oldCapacity
        17: .line 272
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // javafx.collections.ListChangeListener listener
        end local 0 // com.sun.javafx.collections.ListListenerHelper$Generic this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Lcom/sun/javafx/collections/ListListenerHelper$Generic<TE;>;
            0   18     1     listener  Ljavafx/collections/ListChangeListener<-TE;>;
            5   17     2  oldCapacity  I
            9   10     3  newCapacity  I
           15   16     3  newCapacity  I
    Signature: (Ljavafx/collections/ListChangeListener<-TE;>;)Lcom/sun/javafx/collections/ListListenerHelper<TE;>;
    MethodParameters:
          Name  Flags
      listener  

  protected com.sun.javafx.collections.ListListenerHelper<E> removeListener(javafx.collections.ListChangeListener<? super E>);
    descriptor: (Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/collections/ListListenerHelper;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // com.sun.javafx.collections.ListListenerHelper$Generic this
        start local 1 // javafx.collections.ListChangeListener listener
         0: .line 277
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
            ifnull 25
         1: .line 278
            iconst_0
            istore 2 /* index */
        start local 2 // int index
         2: goto 24
         3: .line 279
      StackMap locals: int
      StackMap stack:
            aload 1 /* listener */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
            iload 2 /* index */
            aaload
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 23
         4: .line 280
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
            iconst_1
            if_icmpne 10
         5: .line 281
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationSize:I
            iconst_1
            if_icmpne 7
         6: .line 282
            new com.sun.javafx.collections.ListListenerHelper$SingleInvalidation
            dup
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            iconst_0
            aaload
            invokespecial com.sun.javafx.collections.ListListenerHelper$SingleInvalidation.<init>:(Ljavafx/beans/InvalidationListener;)V
            areturn
         7: .line 284
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
         8: .line 285
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
         9: .line 286
            goto 25
      StackMap locals:
      StackMap stack:
        10: aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
            iconst_2
            if_icmpne 12
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationSize:I
            ifne 12
        11: .line 287
            new com.sun.javafx.collections.ListListenerHelper$SingleChange
            dup
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
            iconst_1
            iload 2 /* index */
            isub
            aaload
            invokespecial com.sun.javafx.collections.ListListenerHelper$SingleChange.<init>:(Ljavafx/collections/ListChangeListener;)V
            areturn
        12: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
            iload 2 /* index */
            isub
            iconst_1
            isub
            istore 3 /* numMoved */
        start local 3 // int numMoved
        13: .line 290
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
            astore 4 /* oldListeners */
        start local 4 // javafx.collections.ListChangeListener[] oldListeners
        14: .line 291
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.locked:Z
            ifeq 17
        15: .line 292
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
            arraylength
            anewarray javafx.collections.ListChangeListener
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
        16: .line 293
            aload 4 /* oldListeners */
            iconst_0
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
            iconst_0
            iload 2 /* index */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        17: .line 295
      StackMap locals: int javafx.collections.ListChangeListener[]
      StackMap stack:
            iload 3 /* numMoved */
            ifle 19
        18: .line 296
            aload 4 /* oldListeners */
            iload 2 /* index */
            iconst_1
            iadd
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
            iload 2 /* index */
            iload 3 /* numMoved */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        19: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
            iconst_1
            isub
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
        20: .line 299
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.locked:Z
            ifne 25
        21: .line 300
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
            aconst_null
            aastore
        end local 4 // javafx.collections.ListChangeListener[] oldListeners
        end local 3 // int numMoved
        22: .line 303
            goto 25
        23: .line 278
      StackMap locals:
      StackMap stack:
            iinc 2 /* index */ 1
      StackMap locals:
      StackMap stack:
        24: iload 2 /* index */
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
            if_icmplt 3
        end local 2 // int index
        25: .line 307
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // javafx.collections.ListChangeListener listener
        end local 0 // com.sun.javafx.collections.ListListenerHelper$Generic this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   26     0          this  Lcom/sun/javafx/collections/ListListenerHelper$Generic<TE;>;
            0   26     1      listener  Ljavafx/collections/ListChangeListener<-TE;>;
            2   25     2         index  I
           13   22     3      numMoved  I
           14   22     4  oldListeners  [Ljavafx/collections/ListChangeListener;
    Signature: (Ljavafx/collections/ListChangeListener<-TE;>;)Lcom/sun/javafx/collections/ListListenerHelper<TE;>;
    MethodParameters:
          Name  Flags
      listener  

  protected void fireValueChangedEvent(javafx.collections.ListChangeListener$Change<? extends E>);
    descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=9, args_size=2
        start local 0 // com.sun.javafx.collections.ListListenerHelper$Generic this
        start local 1 // javafx.collections.ListChangeListener$Change change
         0: .line 312
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationListeners:[Ljavafx/beans/InvalidationListener;
            astore 2 /* curInvalidationList */
        start local 2 // javafx.beans.InvalidationListener[] curInvalidationList
         1: .line 313
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.invalidationSize:I
            istore 3 /* curInvalidationSize */
        start local 3 // int curInvalidationSize
         2: .line 314
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeListeners:[Ljavafx/collections/ListChangeListener;
            astore 4 /* curChangeList */
        start local 4 // javafx.collections.ListChangeListener[] curChangeList
         3: .line 315
            aload 0 /* this */
            getfield com.sun.javafx.collections.ListListenerHelper$Generic.changeSize:I
            istore 5 /* curChangeSize */
        start local 5 // int curChangeSize
         4: .line 318
            aload 0 /* this */
            iconst_1
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.locked:Z
         5: .line 319
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         6: goto 12
         7: .line 321
      StackMap locals: com.sun.javafx.collections.ListListenerHelper$Generic javafx.collections.ListChangeListener$Change javafx.beans.InvalidationListener[] int javafx.collections.ListChangeListener[] int int
      StackMap stack:
            aload 2 /* curInvalidationList */
            iload 6 /* i */
            aaload
            aload 1 /* change */
            invokevirtual javafx.collections.ListChangeListener$Change.getList:()Ljavafx/collections/ObservableList;
            invokeinterface javafx.beans.InvalidationListener.invalidated:(Ljavafx/beans/Observable;)V
         8: .line 322
            goto 11
      StackMap locals:
      StackMap stack: java.lang.Exception
         9: astore 7 /* e */
        start local 7 // java.lang.Exception e
        10: .line 323
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getUncaughtExceptionHandler:()Ljava/lang/Thread$UncaughtExceptionHandler;
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            aload 7 /* e */
            invokeinterface java.lang.Thread$UncaughtExceptionHandler.uncaughtException:(Ljava/lang/Thread;Ljava/lang/Throwable;)V
        end local 7 // java.lang.Exception e
        11: .line 319
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        12: iload 6 /* i */
            iload 3 /* curInvalidationSize */
            if_icmplt 7
        end local 6 // int i
        13: .line 326
            iconst_0
            istore 6 /* i */
        start local 6 // int i
        14: goto 21
        15: .line 327
      StackMap locals:
      StackMap stack:
            aload 1 /* change */
            invokevirtual javafx.collections.ListChangeListener$Change.reset:()V
        16: .line 329
            aload 4 /* curChangeList */
            iload 6 /* i */
            aaload
            aload 1 /* change */
            invokeinterface javafx.collections.ListChangeListener.onChanged:(Ljavafx/collections/ListChangeListener$Change;)V
        17: .line 330
            goto 20
      StackMap locals:
      StackMap stack: java.lang.Exception
        18: astore 7 /* e */
        start local 7 // java.lang.Exception e
        19: .line 331
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            invokevirtual java.lang.Thread.getUncaughtExceptionHandler:()Ljava/lang/Thread$UncaughtExceptionHandler;
            invokestatic java.lang.Thread.currentThread:()Ljava/lang/Thread;
            aload 7 /* e */
            invokeinterface java.lang.Thread$UncaughtExceptionHandler.uncaughtException:(Ljava/lang/Thread;Ljava/lang/Throwable;)V
        end local 7 // java.lang.Exception e
        20: .line 326
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        21: iload 6 /* i */
            iload 5 /* curChangeSize */
            if_icmplt 15
        end local 6 // int i
        22: .line 334
            goto 26
      StackMap locals: com.sun.javafx.collections.ListListenerHelper$Generic javafx.collections.ListChangeListener$Change javafx.beans.InvalidationListener[] int javafx.collections.ListChangeListener[] int
      StackMap stack: java.lang.Throwable
        23: astore 8
        24: .line 335
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.locked:Z
        25: .line 336
            aload 8
            athrow
        26: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.sun.javafx.collections.ListListenerHelper$Generic.locked:Z
        27: .line 337
            return
        end local 5 // int curChangeSize
        end local 4 // javafx.collections.ListChangeListener[] curChangeList
        end local 3 // int curInvalidationSize
        end local 2 // javafx.beans.InvalidationListener[] curInvalidationList
        end local 1 // javafx.collections.ListChangeListener$Change change
        end local 0 // com.sun.javafx.collections.ListListenerHelper$Generic this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0   28     0                 this  Lcom/sun/javafx/collections/ListListenerHelper$Generic<TE;>;
            0   28     1               change  Ljavafx/collections/ListChangeListener$Change<+TE;>;
            1   28     2  curInvalidationList  [Ljavafx/beans/InvalidationListener;
            2   28     3  curInvalidationSize  I
            3   28     4        curChangeList  [Ljavafx/collections/ListChangeListener;
            4   28     5        curChangeSize  I
            6   13     6                    i  I
           10   11     7                    e  Ljava/lang/Exception;
           14   22     6                    i  I
           19   20     7                    e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           7     8       9  Class java.lang.Exception
          16    17      18  Class java.lang.Exception
           4    23      23  any
    Signature: (Ljavafx/collections/ListChangeListener$Change<+TE;>;)V
    MethodParameters:
        Name  Flags
      change  

  protected com.sun.javafx.collections.ListListenerHelper addListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.sun.javafx.collections.ListListenerHelper$Generic.addListener:(Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper$Generic;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <E:Ljava/lang/Object;>Lcom/sun/javafx/collections/ListListenerHelper<TE;>;
SourceFile: "ListListenerHelper.java"
NestHost: com.sun.javafx.collections.ListListenerHelper
InnerClasses:
  private Generic = com.sun.javafx.collections.ListListenerHelper$Generic of com.sun.javafx.collections.ListListenerHelper
  private SingleChange = com.sun.javafx.collections.ListListenerHelper$SingleChange of com.sun.javafx.collections.ListListenerHelper
  private SingleInvalidation = com.sun.javafx.collections.ListListenerHelper$SingleInvalidation of com.sun.javafx.collections.ListListenerHelper
  public abstract UncaughtExceptionHandler = java.lang.Thread$UncaughtExceptionHandler of java.lang.Thread
  public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener