public abstract class javafx.collections.ObservableArrayBase<T extends javafx.collections.ObservableArray<T>> implements javafx.collections.ObservableArray<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: javafx.collections.ObservableArrayBase
  super_class: java.lang.Object
{
  private com.sun.javafx.collections.ArrayListenerHelper<T> listenerHelper;
    descriptor: Lcom/sun/javafx/collections/ArrayListenerHelper;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/sun/javafx/collections/ArrayListenerHelper<TT;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.ObservableArrayBase this
         0: .line 41
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javafx.collections.ObservableArrayBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/ObservableArrayBase<TT;>;

  public final void addListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javafx.collections.ObservableArrayBase this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 46
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.collections.ObservableArrayBase.listenerHelper:Lcom/sun/javafx/collections/ArrayListenerHelper;
            aload 0 /* this */
            aload 1 /* listener */
            invokestatic com.sun.javafx.collections.ArrayListenerHelper.addListener:(Lcom/sun/javafx/collections/ArrayListenerHelper;Ljavafx/collections/ObservableArray;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ArrayListenerHelper;
            putfield javafx.collections.ObservableArrayBase.listenerHelper:Lcom/sun/javafx/collections/ArrayListenerHelper;
         1: .line 47
            return
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // javafx.collections.ObservableArrayBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/collections/ObservableArrayBase<TT;>;
            0    2     1  listener  Ljavafx/beans/InvalidationListener;
    MethodParameters:
          Name  Flags
      listener  

  public final void removeListener(javafx.beans.InvalidationListener);
    descriptor: (Ljavafx/beans/InvalidationListener;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.collections.ObservableArrayBase this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 50
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.collections.ObservableArrayBase.listenerHelper:Lcom/sun/javafx/collections/ArrayListenerHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.collections.ArrayListenerHelper.removeListener:(Lcom/sun/javafx/collections/ArrayListenerHelper;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ArrayListenerHelper;
            putfield javafx.collections.ObservableArrayBase.listenerHelper:Lcom/sun/javafx/collections/ArrayListenerHelper;
         1: .line 51
            return
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // javafx.collections.ObservableArrayBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/collections/ObservableArrayBase<TT;>;
            0    2     1  listener  Ljavafx/beans/InvalidationListener;
    MethodParameters:
          Name  Flags
      listener  

  public final void addListener(javafx.collections.ArrayChangeListener<T>);
    descriptor: (Ljavafx/collections/ArrayChangeListener;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javafx.collections.ObservableArrayBase this
        start local 1 // javafx.collections.ArrayChangeListener listener
         0: .line 54
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.collections.ObservableArrayBase.listenerHelper:Lcom/sun/javafx/collections/ArrayListenerHelper;
            aload 0 /* this */
            aload 1 /* listener */
            invokestatic com.sun.javafx.collections.ArrayListenerHelper.addListener:(Lcom/sun/javafx/collections/ArrayListenerHelper;Ljavafx/collections/ObservableArray;Ljavafx/collections/ArrayChangeListener;)Lcom/sun/javafx/collections/ArrayListenerHelper;
            putfield javafx.collections.ObservableArrayBase.listenerHelper:Lcom/sun/javafx/collections/ArrayListenerHelper;
         1: .line 55
            return
        end local 1 // javafx.collections.ArrayChangeListener listener
        end local 0 // javafx.collections.ObservableArrayBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/collections/ObservableArrayBase<TT;>;
            0    2     1  listener  Ljavafx/collections/ArrayChangeListener<TT;>;
    Signature: (Ljavafx/collections/ArrayChangeListener<TT;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public final void removeListener(javafx.collections.ArrayChangeListener<T>);
    descriptor: (Ljavafx/collections/ArrayChangeListener;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.collections.ObservableArrayBase this
        start local 1 // javafx.collections.ArrayChangeListener listener
         0: .line 58
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.collections.ObservableArrayBase.listenerHelper:Lcom/sun/javafx/collections/ArrayListenerHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.collections.ArrayListenerHelper.removeListener:(Lcom/sun/javafx/collections/ArrayListenerHelper;Ljavafx/collections/ArrayChangeListener;)Lcom/sun/javafx/collections/ArrayListenerHelper;
            putfield javafx.collections.ObservableArrayBase.listenerHelper:Lcom/sun/javafx/collections/ArrayListenerHelper;
         1: .line 59
            return
        end local 1 // javafx.collections.ArrayChangeListener listener
        end local 0 // javafx.collections.ObservableArrayBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/collections/ObservableArrayBase<TT;>;
            0    2     1  listener  Ljavafx/collections/ArrayChangeListener<TT;>;
    Signature: (Ljavafx/collections/ArrayChangeListener<TT;>;)V
    MethodParameters:
          Name  Flags
      listener  

  protected final void fireChange(boolean, int, int);
    descriptor: (ZII)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // javafx.collections.ObservableArrayBase this
        start local 1 // boolean sizeChanged
        start local 2 // int from
        start local 3 // int to
         0: .line 68
            aload 0 /* this */
            getfield javafx.collections.ObservableArrayBase.listenerHelper:Lcom/sun/javafx/collections/ArrayListenerHelper;
            iload 1 /* sizeChanged */
            iload 2 /* from */
            iload 3 /* to */
            invokestatic com.sun.javafx.collections.ArrayListenerHelper.fireValueChangedEvent:(Lcom/sun/javafx/collections/ArrayListenerHelper;ZII)V
         1: .line 69
            return
        end local 3 // int to
        end local 2 // int from
        end local 1 // boolean sizeChanged
        end local 0 // javafx.collections.ObservableArrayBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Ljavafx/collections/ObservableArrayBase<TT;>;
            0    2     1  sizeChanged  Z
            0    2     2         from  I
            0    2     3           to  I
    MethodParameters:
             Name  Flags
      sizeChanged  
      from         
      to           
}
Signature: <T::Ljavafx/collections/ObservableArray<TT;>;>Ljava/lang/Object;Ljavafx/collections/ObservableArray<TT;>;
SourceFile: "ObservableArrayBase.java"