public abstract class com.sun.javafx.collections.ListListenerHelper<E> extends com.sun.javafx.binding.ExpressionHelperBase
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.javafx.collections.ListListenerHelper
  super_class: com.sun.javafx.binding.ExpressionHelperBase
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.ListListenerHelper this
         0: .line 37
            aload 0 /* this */
            invokespecial com.sun.javafx.binding.ExpressionHelperBase.<init>:()V
            return
        end local 0 // com.sun.javafx.collections.ListListenerHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/collections/ListListenerHelper<TE;>;

  public static <E> com.sun.javafx.collections.ListListenerHelper<E> addListener(com.sun.javafx.collections.ListListenerHelper<E>, javafx.beans.InvalidationListener);
    descriptor: (Lcom/sun/javafx/collections/ListListenerHelper;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.ListListenerHelper helper
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 43
            aload 1 /* listener */
            ifnonnull 2
         1: .line 44
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 46
      StackMap locals:
      StackMap stack:
            aload 0 /* helper */
            ifnonnull 3
            new com.sun.javafx.collections.ListListenerHelper$SingleInvalidation
            dup
            aload 1 /* listener */
            invokespecial com.sun.javafx.collections.ListListenerHelper$SingleInvalidation.<init>:(Ljavafx/beans/InvalidationListener;)V
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* helper */
            aload 1 /* listener */
            invokevirtual com.sun.javafx.collections.ListListenerHelper.addListener:(Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper;
      StackMap locals:
      StackMap stack: com.sun.javafx.collections.ListListenerHelper
         4: areturn
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // com.sun.javafx.collections.ListListenerHelper helper
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0    helper  Lcom/sun/javafx/collections/ListListenerHelper<TE;>;
            0    5     1  listener  Ljavafx/beans/InvalidationListener;
    Signature: <E:Ljava/lang/Object;>(Lcom/sun/javafx/collections/ListListenerHelper<TE;>;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper<TE;>;
    MethodParameters:
          Name  Flags
      helper    
      listener  

  public static <E> com.sun.javafx.collections.ListListenerHelper<E> removeListener(com.sun.javafx.collections.ListListenerHelper<E>, javafx.beans.InvalidationListener);
    descriptor: (Lcom/sun/javafx/collections/ListListenerHelper;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.ListListenerHelper helper
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 50
            aload 1 /* listener */
            ifnonnull 2
         1: .line 51
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 53
      StackMap locals:
      StackMap stack:
            aload 0 /* helper */
            ifnonnull 3
            aconst_null
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* helper */
            aload 1 /* listener */
            invokevirtual com.sun.javafx.collections.ListListenerHelper.removeListener:(Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper;
      StackMap locals:
      StackMap stack: com.sun.javafx.collections.ListListenerHelper
         4: areturn
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // com.sun.javafx.collections.ListListenerHelper helper
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0    helper  Lcom/sun/javafx/collections/ListListenerHelper<TE;>;
            0    5     1  listener  Ljavafx/beans/InvalidationListener;
    Signature: <E:Ljava/lang/Object;>(Lcom/sun/javafx/collections/ListListenerHelper<TE;>;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper<TE;>;
    MethodParameters:
          Name  Flags
      helper    
      listener  

  public static <E> com.sun.javafx.collections.ListListenerHelper<E> addListener(com.sun.javafx.collections.ListListenerHelper<E>, javafx.collections.ListChangeListener<? super E>);
    descriptor: (Lcom/sun/javafx/collections/ListListenerHelper;Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/collections/ListListenerHelper;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.ListListenerHelper helper
        start local 1 // javafx.collections.ListChangeListener listener
         0: .line 57
            aload 1 /* listener */
            ifnonnull 2
         1: .line 58
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* helper */
            ifnonnull 3
            new com.sun.javafx.collections.ListListenerHelper$SingleChange
            dup
            aload 1 /* listener */
            invokespecial com.sun.javafx.collections.ListListenerHelper$SingleChange.<init>:(Ljavafx/collections/ListChangeListener;)V
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* helper */
            aload 1 /* listener */
            invokevirtual com.sun.javafx.collections.ListListenerHelper.addListener:(Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/collections/ListListenerHelper;
      StackMap locals:
      StackMap stack: com.sun.javafx.collections.ListListenerHelper
         4: areturn
        end local 1 // javafx.collections.ListChangeListener listener
        end local 0 // com.sun.javafx.collections.ListListenerHelper helper
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0    helper  Lcom/sun/javafx/collections/ListListenerHelper<TE;>;
            0    5     1  listener  Ljavafx/collections/ListChangeListener<-TE;>;
    Signature: <E:Ljava/lang/Object;>(Lcom/sun/javafx/collections/ListListenerHelper<TE;>;Ljavafx/collections/ListChangeListener<-TE;>;)Lcom/sun/javafx/collections/ListListenerHelper<TE;>;
    MethodParameters:
          Name  Flags
      helper    
      listener  

  public static <E> com.sun.javafx.collections.ListListenerHelper<E> removeListener(com.sun.javafx.collections.ListListenerHelper<E>, javafx.collections.ListChangeListener<? super E>);
    descriptor: (Lcom/sun/javafx/collections/ListListenerHelper;Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/collections/ListListenerHelper;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.ListListenerHelper helper
        start local 1 // javafx.collections.ListChangeListener listener
         0: .line 64
            aload 1 /* listener */
            ifnonnull 2
         1: .line 65
            new java.lang.NullPointerException
            dup
            invokespecial java.lang.NullPointerException.<init>:()V
            athrow
         2: .line 67
      StackMap locals:
      StackMap stack:
            aload 0 /* helper */
            ifnonnull 3
            aconst_null
            goto 4
      StackMap locals:
      StackMap stack:
         3: aload 0 /* helper */
            aload 1 /* listener */
            invokevirtual com.sun.javafx.collections.ListListenerHelper.removeListener:(Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/collections/ListListenerHelper;
      StackMap locals:
      StackMap stack: com.sun.javafx.collections.ListListenerHelper
         4: areturn
        end local 1 // javafx.collections.ListChangeListener listener
        end local 0 // com.sun.javafx.collections.ListListenerHelper helper
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0    helper  Lcom/sun/javafx/collections/ListListenerHelper<TE;>;
            0    5     1  listener  Ljavafx/collections/ListChangeListener<-TE;>;
    Signature: <E:Ljava/lang/Object;>(Lcom/sun/javafx/collections/ListListenerHelper<TE;>;Ljavafx/collections/ListChangeListener<-TE;>;)Lcom/sun/javafx/collections/ListListenerHelper<TE;>;
    MethodParameters:
          Name  Flags
      helper    
      listener  

  public static <E> void fireValueChangedEvent(com.sun.javafx.collections.ListListenerHelper<E>, javafx.collections.ListChangeListener$Change<? extends E>);
    descriptor: (Lcom/sun/javafx/collections/ListListenerHelper;Ljavafx/collections/ListChangeListener$Change;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.javafx.collections.ListListenerHelper helper
        start local 1 // javafx.collections.ListChangeListener$Change change
         0: .line 71
            aload 0 /* helper */
            ifnull 3
         1: .line 72
            aload 1 /* change */
            invokevirtual javafx.collections.ListChangeListener$Change.reset:()V
         2: .line 73
            aload 0 /* helper */
            aload 1 /* change */
            invokevirtual com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent:(Ljavafx/collections/ListChangeListener$Change;)V
         3: .line 75
      StackMap locals:
      StackMap stack:
            return
        end local 1 // javafx.collections.ListChangeListener$Change change
        end local 0 // com.sun.javafx.collections.ListListenerHelper helper
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0  helper  Lcom/sun/javafx/collections/ListListenerHelper<TE;>;
            0    4     1  change  Ljavafx/collections/ListChangeListener$Change<+TE;>;
    Signature: <E:Ljava/lang/Object;>(Lcom/sun/javafx/collections/ListListenerHelper<TE;>;Ljavafx/collections/ListChangeListener$Change<+TE;>;)V
    MethodParameters:
        Name  Flags
      helper  
      change  

  public static <E> boolean hasListeners(com.sun.javafx.collections.ListListenerHelper<E>);
    descriptor: (Lcom/sun/javafx/collections/ListListenerHelper;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.collections.ListListenerHelper helper
         0: .line 78
            aload 0 /* helper */
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.javafx.collections.ListListenerHelper helper
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0  helper  Lcom/sun/javafx/collections/ListListenerHelper<TE;>;
    Signature: <E:Ljava/lang/Object;>(Lcom/sun/javafx/collections/ListListenerHelper<TE;>;)Z
    MethodParameters:
        Name  Flags
      helper  

  protected abstract com.sun.javafx.collections.ListListenerHelper<E> addListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper<TE;>;
    MethodParameters:
          Name  Flags
      listener  

  protected abstract com.sun.javafx.collections.ListListenerHelper<E> removeListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper<TE;>;
    MethodParameters:
          Name  Flags
      listener  

  protected abstract com.sun.javafx.collections.ListListenerHelper<E> addListener(javafx.collections.ListChangeListener<? super E>);
    descriptor: (Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/collections/ListListenerHelper;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (Ljavafx/collections/ListChangeListener<-TE;>;)Lcom/sun/javafx/collections/ListListenerHelper<TE;>;
    MethodParameters:
          Name  Flags
      listener  

  protected abstract com.sun.javafx.collections.ListListenerHelper<E> removeListener(javafx.collections.ListChangeListener<? super E>);
    descriptor: (Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/collections/ListListenerHelper;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (Ljavafx/collections/ListChangeListener<-TE;>;)Lcom/sun/javafx/collections/ListListenerHelper<TE;>;
    MethodParameters:
          Name  Flags
      listener  

  protected abstract void fireValueChangedEvent(javafx.collections.ListChangeListener$Change<? extends E>);
    descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Signature: (Ljavafx/collections/ListChangeListener$Change<+TE;>;)V
    MethodParameters:
        Name  Flags
      change  
}
Signature: <E:Ljava/lang/Object;>Lcom/sun/javafx/binding/ExpressionHelperBase;
SourceFile: "ListListenerHelper.java"
NestMembers:
  com.sun.javafx.collections.ListListenerHelper$Generic  com.sun.javafx.collections.ListListenerHelper$SingleChange  com.sun.javafx.collections.ListListenerHelper$SingleInvalidation
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 Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener