public abstract class javafx.collections.ObservableListBase<E> extends java.util.AbstractList<E> implements javafx.collections.ObservableList<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: javafx.collections.ObservableListBase
  super_class: java.util.AbstractList
{
  private com.sun.javafx.collections.ListListenerHelper<E> listenerHelper;
    descriptor: Lcom/sun/javafx/collections/ListListenerHelper;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lcom/sun/javafx/collections/ListListenerHelper<TE;>;

  private final javafx.collections.ListChangeBuilder<E> changeBuilder;
    descriptor: Ljavafx/collections/ListChangeBuilder;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljavafx/collections/ListChangeBuilder<TE;>;

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // javafx.collections.ObservableListBase this
         0: .line 91
            aload 0 /* this */
            invokespecial java.util.AbstractList.<init>:()V
         1: .line 94
            aload 0 /* this */
            new javafx.collections.ListChangeBuilder
            dup
            aload 0 /* this */
            invokespecial javafx.collections.ListChangeBuilder.<init>:(Ljavafx/collections/ObservableListBase;)V
            putfield javafx.collections.ObservableListBase.changeBuilder:Ljavafx/collections/ListChangeBuilder;
         2: .line 91
            return
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavafx/collections/ObservableListBase<TE;>;

  protected final void nextUpdate(int);
    descriptor: (I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.ObservableListBase this
        start local 1 // int pos
         0: .line 103
            aload 0 /* this */
            getfield javafx.collections.ObservableListBase.changeBuilder:Ljavafx/collections/ListChangeBuilder;
            iload 1 /* pos */
            invokevirtual javafx.collections.ListChangeBuilder.nextUpdate:(I)V
         1: .line 104
            return
        end local 1 // int pos
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/collections/ObservableListBase<TE;>;
            0    2     1   pos  I
    MethodParameters:
      Name  Flags
      pos   

  protected final void nextSet(int, );
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javafx.collections.ObservableListBase this
        start local 1 // int idx
        start local 2 // java.lang.Object old
         0: .line 115
            aload 0 /* this */
            getfield javafx.collections.ObservableListBase.changeBuilder:Ljavafx/collections/ListChangeBuilder;
            iload 1 /* idx */
            aload 2 /* old */
            invokevirtual javafx.collections.ListChangeBuilder.nextSet:(ILjava/lang/Object;)V
         1: .line 116
            return
        end local 2 // java.lang.Object old
        end local 1 // int idx
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/collections/ObservableListBase<TE;>;
            0    2     1   idx  I
            0    2     2   old  TE;
    Signature: (ITE;)V
    MethodParameters:
      Name  Flags
      idx   
      old   

  protected final void nextReplace(int, int, java.util.List<? extends E>);
    descriptor: (IILjava/util/List;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // javafx.collections.ObservableListBase this
        start local 1 // int from
        start local 2 // int to
        start local 3 // java.util.List removed
         0: .line 128
            aload 0 /* this */
            getfield javafx.collections.ObservableListBase.changeBuilder:Ljavafx/collections/ListChangeBuilder;
            iload 1 /* from */
            iload 2 /* to */
            aload 3 /* removed */
            invokevirtual javafx.collections.ListChangeBuilder.nextReplace:(IILjava/util/List;)V
         1: .line 129
            return
        end local 3 // java.util.List removed
        end local 2 // int to
        end local 1 // int from
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljavafx/collections/ObservableListBase<TE;>;
            0    2     1     from  I
            0    2     2       to  I
            0    2     3  removed  Ljava/util/List<+TE;>;
    Signature: (IILjava/util/List<+TE;>;)V
    MethodParameters:
         Name  Flags
      from     
      to       
      removed  

  protected final void nextRemove(int, java.util.List<? extends E>);
    descriptor: (ILjava/util/List;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javafx.collections.ObservableListBase this
        start local 1 // int idx
        start local 2 // java.util.List removed
         0: .line 139
            aload 0 /* this */
            getfield javafx.collections.ObservableListBase.changeBuilder:Ljavafx/collections/ListChangeBuilder;
            iload 1 /* idx */
            aload 2 /* removed */
            invokevirtual javafx.collections.ListChangeBuilder.nextRemove:(ILjava/util/List;)V
         1: .line 140
            return
        end local 2 // java.util.List removed
        end local 1 // int idx
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljavafx/collections/ObservableListBase<TE;>;
            0    2     1      idx  I
            0    2     2  removed  Ljava/util/List<+TE;>;
    Signature: (ILjava/util/List<+TE;>;)V
    MethodParameters:
         Name  Flags
      idx      
      removed  

  protected final void nextRemove(int, );
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javafx.collections.ObservableListBase this
        start local 1 // int idx
        start local 2 // java.lang.Object removed
         0: .line 150
            aload 0 /* this */
            getfield javafx.collections.ObservableListBase.changeBuilder:Ljavafx/collections/ListChangeBuilder;
            iload 1 /* idx */
            aload 2 /* removed */
            invokevirtual javafx.collections.ListChangeBuilder.nextRemove:(ILjava/lang/Object;)V
         1: .line 151
            return
        end local 2 // java.lang.Object removed
        end local 1 // int idx
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Ljavafx/collections/ObservableListBase<TE;>;
            0    2     1      idx  I
            0    2     2  removed  TE;
    Signature: (ITE;)V
    MethodParameters:
         Name  Flags
      idx      
      removed  

  protected final void nextPermutation(int, int, int[]);
    descriptor: (II[I)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // javafx.collections.ObservableListBase this
        start local 1 // int from
        start local 2 // int to
        start local 3 // int[] perm
         0: .line 166
            aload 0 /* this */
            getfield javafx.collections.ObservableListBase.changeBuilder:Ljavafx/collections/ListChangeBuilder;
            iload 1 /* from */
            iload 2 /* to */
            aload 3 /* perm */
            invokevirtual javafx.collections.ListChangeBuilder.nextPermutation:(II[I)V
         1: .line 167
            return
        end local 3 // int[] perm
        end local 2 // int to
        end local 1 // int from
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/collections/ObservableListBase<TE;>;
            0    2     1  from  I
            0    2     2    to  I
            0    2     3  perm  [I
    MethodParameters:
      Name  Flags
      from  
      to    
      perm  

  protected final void nextAdd(int, int);
    descriptor: (II)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javafx.collections.ObservableListBase this
        start local 1 // int from
        start local 2 // int to
         0: .line 179
            aload 0 /* this */
            getfield javafx.collections.ObservableListBase.changeBuilder:Ljavafx/collections/ListChangeBuilder;
            iload 1 /* from */
            iload 2 /* to */
            invokevirtual javafx.collections.ListChangeBuilder.nextAdd:(II)V
         1: .line 180
            return
        end local 2 // int to
        end local 1 // int from
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/collections/ObservableListBase<TE;>;
            0    2     1  from  I
            0    2     2    to  I
    MethodParameters:
      Name  Flags
      from  
      to    

  protected final void beginChange();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.ObservableListBase this
         0: .line 192
            aload 0 /* this */
            getfield javafx.collections.ObservableListBase.changeBuilder:Ljavafx/collections/ListChangeBuilder;
            invokevirtual javafx.collections.ListChangeBuilder.beginChange:()V
         1: .line 193
            return
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/collections/ObservableListBase<TE;>;

  protected final void endChange();
    descriptor: ()V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.ObservableListBase this
         0: .line 205
            aload 0 /* this */
            getfield javafx.collections.ObservableListBase.changeBuilder:Ljavafx/collections/ListChangeBuilder;
            invokevirtual javafx.collections.ListChangeBuilder.endChange:()V
         1: .line 206
            return
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/collections/ObservableListBase<TE;>;

  public final void addListener(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.ObservableListBase this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 210
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.collections.ObservableListBase.listenerHelper:Lcom/sun/javafx/collections/ListListenerHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.collections.ListListenerHelper.addListener:(Lcom/sun/javafx/collections/ListListenerHelper;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper;
            putfield javafx.collections.ObservableListBase.listenerHelper:Lcom/sun/javafx/collections/ListListenerHelper;
         1: .line 211
            return
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/collections/ObservableListBase<TE;>;
            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.ObservableListBase this
        start local 1 // javafx.beans.InvalidationListener listener
         0: .line 215
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.collections.ObservableListBase.listenerHelper:Lcom/sun/javafx/collections/ListListenerHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.collections.ListListenerHelper.removeListener:(Lcom/sun/javafx/collections/ListListenerHelper;Ljavafx/beans/InvalidationListener;)Lcom/sun/javafx/collections/ListListenerHelper;
            putfield javafx.collections.ObservableListBase.listenerHelper:Lcom/sun/javafx/collections/ListListenerHelper;
         1: .line 216
            return
        end local 1 // javafx.beans.InvalidationListener listener
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/collections/ObservableListBase<TE;>;
            0    2     1  listener  Ljavafx/beans/InvalidationListener;
    MethodParameters:
          Name  Flags
      listener  

  public final void addListener(javafx.collections.ListChangeListener<? super E>);
    descriptor: (Ljavafx/collections/ListChangeListener;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.collections.ObservableListBase this
        start local 1 // javafx.collections.ListChangeListener listener
         0: .line 220
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.collections.ObservableListBase.listenerHelper:Lcom/sun/javafx/collections/ListListenerHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.collections.ListListenerHelper.addListener:(Lcom/sun/javafx/collections/ListListenerHelper;Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/collections/ListListenerHelper;
            putfield javafx.collections.ObservableListBase.listenerHelper:Lcom/sun/javafx/collections/ListListenerHelper;
         1: .line 221
            return
        end local 1 // javafx.collections.ListChangeListener listener
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/collections/ObservableListBase<TE;>;
            0    2     1  listener  Ljavafx/collections/ListChangeListener<-TE;>;
    Signature: (Ljavafx/collections/ListChangeListener<-TE;>;)V
    MethodParameters:
          Name  Flags
      listener  

  public final void removeListener(javafx.collections.ListChangeListener<? super E>);
    descriptor: (Ljavafx/collections/ListChangeListener;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // javafx.collections.ObservableListBase this
        start local 1 // javafx.collections.ListChangeListener listener
         0: .line 225
            aload 0 /* this */
            aload 0 /* this */
            getfield javafx.collections.ObservableListBase.listenerHelper:Lcom/sun/javafx/collections/ListListenerHelper;
            aload 1 /* listener */
            invokestatic com.sun.javafx.collections.ListListenerHelper.removeListener:(Lcom/sun/javafx/collections/ListListenerHelper;Ljavafx/collections/ListChangeListener;)Lcom/sun/javafx/collections/ListListenerHelper;
            putfield javafx.collections.ObservableListBase.listenerHelper:Lcom/sun/javafx/collections/ListListenerHelper;
         1: .line 226
            return
        end local 1 // javafx.collections.ListChangeListener listener
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/collections/ObservableListBase<TE;>;
            0    2     1  listener  Ljavafx/collections/ListChangeListener<-TE;>;
    Signature: (Ljavafx/collections/ListChangeListener<-TE;>;)V
    MethodParameters:
          Name  Flags
      listener  

  protected final void fireChange(javafx.collections.ListChangeListener$Change<? extends E>);
    descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.ObservableListBase this
        start local 1 // javafx.collections.ListChangeListener$Change change
         0: .line 233
            aload 0 /* this */
            getfield javafx.collections.ObservableListBase.listenerHelper:Lcom/sun/javafx/collections/ListListenerHelper;
            aload 1 /* change */
            invokestatic com.sun.javafx.collections.ListListenerHelper.fireValueChangedEvent:(Lcom/sun/javafx/collections/ListListenerHelper;Ljavafx/collections/ListChangeListener$Change;)V
         1: .line 234
            return
        end local 1 // javafx.collections.ListChangeListener$Change change
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Ljavafx/collections/ObservableListBase<TE;>;
            0    2     1  change  Ljavafx/collections/ListChangeListener$Change<+TE;>;
    Signature: (Ljavafx/collections/ListChangeListener$Change<+TE;>;)V
    MethodParameters:
        Name  Flags
      change  

  protected final boolean hasListeners();
    descriptor: ()Z
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.ObservableListBase this
         0: .line 241
            aload 0 /* this */
            getfield javafx.collections.ObservableListBase.listenerHelper:Lcom/sun/javafx/collections/ListListenerHelper;
            invokestatic com.sun.javafx.collections.ListListenerHelper.hasListeners:(Lcom/sun/javafx/collections/ListListenerHelper;)Z
            ireturn
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/ObservableListBase<TE;>;

  public boolean addAll();
    descriptor: ([Ljava/lang/Object;)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.ObservableListBase this
        start local 1 // java.lang.Object[] elements
         0: .line 246
            aload 0 /* this */
            aload 1 /* elements */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual javafx.collections.ObservableListBase.addAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.lang.Object[] elements
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavafx/collections/ObservableListBase<TE;>;
            0    1     1  elements  [Ljava/lang/Object;
    Signature: ([TE;)Z
    MethodParameters:
          Name  Flags
      elements  

  public boolean setAll();
    descriptor: ([Ljava/lang/Object;)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.ObservableListBase this
        start local 1 // java.lang.Object[] elements
         0: .line 251
            aload 0 /* this */
            aload 1 /* elements */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual javafx.collections.ObservableListBase.setAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.lang.Object[] elements
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavafx/collections/ObservableListBase<TE;>;
            0    1     1  elements  [Ljava/lang/Object;
    Signature: ([TE;)Z
    MethodParameters:
          Name  Flags
      elements  

  public boolean setAll(java.util.Collection<? extends E>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.ObservableListBase this
        start local 1 // java.util.Collection col
         0: .line 256
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.util.Collection col
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/ObservableListBase<TE;>;
            0    1     1   col  Ljava/util/Collection<+TE;>;
    Signature: (Ljava/util/Collection<+TE;>;)Z
    MethodParameters:
      Name  Flags
      col   

  public boolean removeAll();
    descriptor: ([Ljava/lang/Object;)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.ObservableListBase this
        start local 1 // java.lang.Object[] elements
         0: .line 261
            aload 0 /* this */
            aload 1 /* elements */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual javafx.collections.ObservableListBase.removeAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.lang.Object[] elements
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavafx/collections/ObservableListBase<TE;>;
            0    1     1  elements  [Ljava/lang/Object;
    Signature: ([TE;)Z
    MethodParameters:
          Name  Flags
      elements  

  public boolean retainAll();
    descriptor: ([Ljava/lang/Object;)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.ObservableListBase this
        start local 1 // java.lang.Object[] elements
         0: .line 266
            aload 0 /* this */
            aload 1 /* elements */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokevirtual javafx.collections.ObservableListBase.retainAll:(Ljava/util/Collection;)Z
            ireturn
        end local 1 // java.lang.Object[] elements
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavafx/collections/ObservableListBase<TE;>;
            0    1     1  elements  [Ljava/lang/Object;
    Signature: ([TE;)Z
    MethodParameters:
          Name  Flags
      elements  

  public void remove(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javafx.collections.ObservableListBase this
        start local 1 // int from
        start local 2 // int to
         0: .line 271
            aload 0 /* this */
            iload 1 /* from */
            iload 2 /* to */
            invokevirtual javafx.collections.ObservableListBase.removeRange:(II)V
         1: .line 272
            return
        end local 2 // int to
        end local 1 // int from
        end local 0 // javafx.collections.ObservableListBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/collections/ObservableListBase<TE;>;
            0    2     1  from  I
            0    2     2    to  I
    MethodParameters:
      Name  Flags
      from  
      to    
}
Signature: <E:Ljava/lang/Object;>Ljava/util/AbstractList<TE;>;Ljavafx/collections/ObservableList<TE;>;
SourceFile: "ObservableListBase.java"
InnerClasses:
  public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener