class javafx.collections.FXCollections$UnmodifiableObservableListImpl<T> extends javafx.collections.ObservableListBase<T> implements javafx.collections.ObservableList<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.collections.FXCollections$UnmodifiableObservableListImpl
  super_class: javafx.collections.ObservableListBase
{
  private final javafx.collections.ObservableList<T> backingList;
    descriptor: Ljavafx/collections/ObservableList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljavafx/collections/ObservableList<TT;>;

  private final javafx.collections.ListChangeListener<T> listener;
    descriptor: Ljavafx/collections/ListChangeListener;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljavafx/collections/ListChangeListener<TT;>;

  public void <init>(javafx.collections.ObservableList<T>);
    descriptor: (Ljavafx/collections/ObservableList;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // javafx.collections.FXCollections$UnmodifiableObservableListImpl this
        start local 1 // javafx.collections.ObservableList backingList
         0: .line 952
            aload 0 /* this */
            invokespecial javafx.collections.ObservableListBase.<init>:()V
         1: .line 953
            aload 0 /* this */
            aload 1 /* backingList */
            putfield javafx.collections.FXCollections$UnmodifiableObservableListImpl.backingList:Ljavafx/collections/ObservableList;
         2: .line 954
            aload 0 /* this */
            aload 0 /* this */
            invokedynamic onChanged(Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl;)Ljavafx/collections/ListChangeListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljavafx/collections/ListChangeListener$Change;)V
                  javafx/collections/FXCollections$UnmodifiableObservableListImpl.lambda$0(Ljavafx/collections/ListChangeListener$Change;)V (7)
                  (Ljavafx/collections/ListChangeListener$Change;)V
            putfield javafx.collections.FXCollections$UnmodifiableObservableListImpl.listener:Ljavafx/collections/ListChangeListener;
         3: .line 957
            aload 0 /* this */
            getfield javafx.collections.FXCollections$UnmodifiableObservableListImpl.backingList:Ljavafx/collections/ObservableList;
            new javafx.collections.WeakListChangeListener
            dup
            aload 0 /* this */
            getfield javafx.collections.FXCollections$UnmodifiableObservableListImpl.listener:Ljavafx/collections/ListChangeListener;
            invokespecial javafx.collections.WeakListChangeListener.<init>:(Ljavafx/collections/ListChangeListener;)V
            invokeinterface javafx.collections.ObservableList.addListener:(Ljavafx/collections/ListChangeListener;)V
         4: .line 958
            return
        end local 1 // javafx.collections.ObservableList backingList
        end local 0 // javafx.collections.FXCollections$UnmodifiableObservableListImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl<TT;>;
            0    5     1  backingList  Ljavafx/collections/ObservableList<TT;>;
    Signature: (Ljavafx/collections/ObservableList<TT;>;)V
    MethodParameters:
             Name  Flags
      backingList  

  public T get();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.FXCollections$UnmodifiableObservableListImpl this
        start local 1 // int index
         0: .line 962
            aload 0 /* this */
            getfield javafx.collections.FXCollections$UnmodifiableObservableListImpl.backingList:Ljavafx/collections/ObservableList;
            iload 1 /* index */
            invokeinterface javafx.collections.ObservableList.get:(I)Ljava/lang/Object;
            areturn
        end local 1 // int index
        end local 0 // javafx.collections.FXCollections$UnmodifiableObservableListImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl<TT;>;
            0    1     1  index  I
    Signature: (I)TT;
    MethodParameters:
       Name  Flags
      index  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$UnmodifiableObservableListImpl this
         0: .line 967
            aload 0 /* this */
            getfield javafx.collections.FXCollections$UnmodifiableObservableListImpl.backingList:Ljavafx/collections/ObservableList;
            invokeinterface javafx.collections.ObservableList.size:()I
            ireturn
        end local 0 // javafx.collections.FXCollections$UnmodifiableObservableListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl<TT;>;

  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.FXCollections$UnmodifiableObservableListImpl this
        start local 1 // java.lang.Object[] elements
         0: .line 972
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.Object[] elements
        end local 0 // javafx.collections.FXCollections$UnmodifiableObservableListImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl<TT;>;
            0    1     1  elements  [Ljava/lang/Object;
    Signature: ([TT;)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.FXCollections$UnmodifiableObservableListImpl this
        start local 1 // java.lang.Object[] elements
         0: .line 977
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.Object[] elements
        end local 0 // javafx.collections.FXCollections$UnmodifiableObservableListImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl<TT;>;
            0    1     1  elements  [Ljava/lang/Object;
    Signature: ([TT;)Z
    MethodParameters:
          Name  Flags
      elements  

  public boolean setAll(java.util.Collection<? extends T>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.FXCollections$UnmodifiableObservableListImpl this
        start local 1 // java.util.Collection col
         0: .line 982
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.util.Collection col
        end local 0 // javafx.collections.FXCollections$UnmodifiableObservableListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl<TT;>;
            0    1     1   col  Ljava/util/Collection<+TT;>;
    Signature: (Ljava/util/Collection<+TT;>;)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.FXCollections$UnmodifiableObservableListImpl this
        start local 1 // java.lang.Object[] elements
         0: .line 987
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.Object[] elements
        end local 0 // javafx.collections.FXCollections$UnmodifiableObservableListImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl<TT;>;
            0    1     1  elements  [Ljava/lang/Object;
    Signature: ([TT;)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.FXCollections$UnmodifiableObservableListImpl this
        start local 1 // java.lang.Object[] elements
         0: .line 992
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.lang.Object[] elements
        end local 0 // javafx.collections.FXCollections$UnmodifiableObservableListImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl<TT;>;
            0    1     1  elements  [Ljava/lang/Object;
    Signature: ([TT;)Z
    MethodParameters:
          Name  Flags
      elements  

  public void remove(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.collections.FXCollections$UnmodifiableObservableListImpl this
        start local 1 // int from
        start local 2 // int to
         0: .line 997
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // int to
        end local 1 // int from
        end local 0 // javafx.collections.FXCollections$UnmodifiableObservableListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl<TT;>;
            0    1     1  from  I
            0    1     2    to  I
    MethodParameters:
      Name  Flags
      from  
      to    

  private void lambda$0(javafx.collections.ListChangeListener$Change);
    descriptor: (Ljavafx/collections/ListChangeListener$Change;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javafx.collections.FXCollections$UnmodifiableObservableListImpl this
        start local 1 // javafx.collections.ListChangeListener$Change c
         0: .line 955
            aload 0 /* this */
            new com.sun.javafx.collections.SourceAdapterChange
            dup
            aload 0 /* this */
            aload 1 /* c */
            invokespecial com.sun.javafx.collections.SourceAdapterChange.<init>:(Ljavafx/collections/ObservableList;Ljavafx/collections/ListChangeListener$Change;)V
            invokevirtual javafx.collections.FXCollections$UnmodifiableObservableListImpl.fireChange:(Ljavafx/collections/ListChangeListener$Change;)V
         1: .line 956
            return
        end local 1 // javafx.collections.ListChangeListener$Change c
        end local 0 // javafx.collections.FXCollections$UnmodifiableObservableListImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/collections/FXCollections$UnmodifiableObservableListImpl<TT;>;
            0    2     1     c  Ljavafx/collections/ListChangeListener$Change<+TT;>;
}
Signature: <T:Ljava/lang/Object;>Ljavafx/collections/ObservableListBase<TT;>;Ljavafx/collections/ObservableList<TT;>;
SourceFile: "FXCollections.java"
NestHost: javafx.collections.FXCollections
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  private UnmodifiableObservableListImpl = javafx.collections.FXCollections$UnmodifiableObservableListImpl of javafx.collections.FXCollections
  public abstract Change = javafx.collections.ListChangeListener$Change of javafx.collections.ListChangeListener