class javafx.collections.FXCollections$SynchronizedList<T> implements java.util.List<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javafx.collections.FXCollections$SynchronizedList
  super_class: java.lang.Object
{
  final java.lang.Object mutex;
    descriptor: Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL

  private final java.util.List<T> backingList;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<TT;>;

  void <init>(java.util.List<T>, );
    descriptor: (Ljava/util/List;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // java.util.List list
        start local 2 // java.lang.Object mutex
         0: .line 1006
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1007
            aload 0 /* this */
            aload 1 /* list */
            putfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
         2: .line 1008
            aload 0 /* this */
            aload 2 /* mutex */
            putfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
         3: .line 1009
            return
        end local 2 // java.lang.Object mutex
        end local 1 // java.util.List list
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    4     1   list  Ljava/util/List<TT;>;
            0    4     2  mutex  Ljava/lang/Object;
    Signature: (Ljava/util/List<TT;>;Ljava/lang/Object;)V
    MethodParameters:
       Name  Flags
      list   
      mutex  

  void <init>(java.util.List<T>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // java.util.List list
         0: .line 1011
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1012
            aload 0 /* this */
            aload 1 /* list */
            putfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
         2: .line 1013
            aload 0 /* this */
            aload 0 /* this */
            putfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
         3: .line 1014
            return
        end local 1 // java.util.List list
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    4     1  list  Ljava/util/List<TT;>;
    Signature: (Ljava/util/List<TT;>;)V
    MethodParameters:
      Name  Flags
      list  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
         0: .line 1018
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 1019
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            invokeinterface java.util.List.size:()I
            aload 1
            monitorexit
         2: ireturn
         3: .line 1018
      StackMap locals: javafx.collections.FXCollections$SynchronizedList java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public boolean isEmpty();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
         0: .line 1025
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 1026
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            aload 1
            monitorexit
         2: ireturn
         3: .line 1025
      StackMap locals: javafx.collections.FXCollections$SynchronizedList java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // java.lang.Object o
         0: .line 1032
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 1033
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            aload 1 /* o */
            invokeinterface java.util.List.contains:(Ljava/lang/Object;)Z
            aload 2
            monitorexit
         2: ireturn
         3: .line 1032
      StackMap locals: javafx.collections.FXCollections$SynchronizedList java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.lang.Object o
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    5     1     o  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
      Name  Flags
      o     

  public java.util.Iterator<T> iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
         0: .line 1039
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            areturn
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
    Signature: ()Ljava/util/Iterator<TT;>;

  public java.lang.Object[] toArray();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
         0: .line 1044
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 1045
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            invokeinterface java.util.List.toArray:()[Ljava/lang/Object;
            aload 1
            monitorexit
         2: areturn
         3: .line 1044
      StackMap locals: javafx.collections.FXCollections$SynchronizedList java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public <T> T[] toArray();
    descriptor: ([Ljava/lang/Object;)[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // java.lang.Object[] a
         0: .line 1051
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 1052
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            aload 1 /* a */
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            aload 2
            monitorexit
         2: areturn
         3: .line 1051
      StackMap locals: javafx.collections.FXCollections$SynchronizedList java.lang.Object[] java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.lang.Object[] a
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    5     1     a  [Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: <T:Ljava/lang/Object;>([TT;)[TT;
    MethodParameters:
      Name  Flags
      a     

  public boolean add();
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // java.lang.Object e
         0: .line 1058
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 1059
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            aload 1 /* e */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            aload 2
            monitorexit
         2: ireturn
         3: .line 1058
      StackMap locals: javafx.collections.FXCollections$SynchronizedList java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.lang.Object e
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    5     1     e  TT;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (TT;)Z
    MethodParameters:
      Name  Flags
      e     

  public boolean remove(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // java.lang.Object o
         0: .line 1065
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 1066
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            aload 1 /* o */
            invokeinterface java.util.List.remove:(Ljava/lang/Object;)Z
            aload 2
            monitorexit
         2: ireturn
         3: .line 1065
      StackMap locals: javafx.collections.FXCollections$SynchronizedList java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.lang.Object o
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    5     1     o  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
      Name  Flags
      o     

  public boolean containsAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // java.util.Collection c
         0: .line 1072
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 1073
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            aload 1 /* c */
            invokeinterface java.util.List.containsAll:(Ljava/util/Collection;)Z
            aload 2
            monitorexit
         2: ireturn
         3: .line 1072
      StackMap locals: javafx.collections.FXCollections$SynchronizedList java.util.Collection java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.util.Collection c
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    5     1     c  Ljava/util/Collection<*>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      c     

  public boolean addAll(java.util.Collection<? extends T>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // java.util.Collection c
         0: .line 1079
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 1080
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            aload 1 /* c */
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            aload 2
            monitorexit
         2: ireturn
         3: .line 1079
      StackMap locals: javafx.collections.FXCollections$SynchronizedList java.util.Collection java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.util.Collection c
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    5     1     c  Ljava/util/Collection<+TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Ljava/util/Collection<+TT;>;)Z
    MethodParameters:
      Name  Flags
      c     

  public boolean addAll(int, java.util.Collection<? extends T>);
    descriptor: (ILjava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // int index
        start local 2 // java.util.Collection c
         0: .line 1086
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 1087
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* c */
            invokeinterface java.util.List.addAll:(ILjava/util/Collection;)Z
            aload 3
            monitorexit
         2: ireturn
         3: .line 1086
      StackMap locals: javafx.collections.FXCollections$SynchronizedList int java.util.Collection java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         4: athrow
        end local 2 // java.util.Collection c
        end local 1 // int index
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    5     1  index  I
            0    5     2      c  Ljava/util/Collection<+TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (ILjava/util/Collection<+TT;>;)Z
    MethodParameters:
       Name  Flags
      index  
      c      

  public boolean removeAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // java.util.Collection c
         0: .line 1094
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 1095
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            aload 1 /* c */
            invokeinterface java.util.List.removeAll:(Ljava/util/Collection;)Z
            aload 2
            monitorexit
         2: ireturn
         3: .line 1094
      StackMap locals: javafx.collections.FXCollections$SynchronizedList java.util.Collection java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.util.Collection c
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    5     1     c  Ljava/util/Collection<*>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      c     

  public boolean retainAll(java.util.Collection<?>);
    descriptor: (Ljava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // java.util.Collection c
         0: .line 1101
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 1102
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            aload 1 /* c */
            invokeinterface java.util.List.retainAll:(Ljava/util/Collection;)Z
            aload 2
            monitorexit
         2: ireturn
         3: .line 1101
      StackMap locals: javafx.collections.FXCollections$SynchronizedList java.util.Collection java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.util.Collection c
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    5     1     c  Ljava/util/Collection<*>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Ljava/util/Collection<*>;)Z
    MethodParameters:
      Name  Flags
      c     

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
         0: .line 1108
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 1109
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            invokeinterface java.util.List.clear:()V
         2: .line 1108
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: javafx.collections.FXCollections$SynchronizedList java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 1111
      StackMap locals:
      StackMap stack:
            return
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  public T get();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // int index
         0: .line 1115
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 1116
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            aload 2
            monitorexit
         2: areturn
         3: .line 1115
      StackMap locals: javafx.collections.FXCollections$SynchronizedList int java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // int index
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    5     1  index  I
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (I)TT;
    MethodParameters:
       Name  Flags
      index  

  public T set(int, );
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 1122
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 1123
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* element */
            invokeinterface java.util.List.set:(ILjava/lang/Object;)Ljava/lang/Object;
            aload 3
            monitorexit
         2: areturn
         3: .line 1122
      StackMap locals: javafx.collections.FXCollections$SynchronizedList int java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         4: athrow
        end local 2 // java.lang.Object element
        end local 1 // int index
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    5     1    index  I
            0    5     2  element  TT;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (ITT;)TT;
    MethodParameters:
         Name  Flags
      index    
      element  

  public void add(int, );
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 1129
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 1130
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* element */
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         2: .line 1129
            aload 3
            monitorexit
         3: goto 6
      StackMap locals: javafx.collections.FXCollections$SynchronizedList int java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
         4: aload 3
            monitorexit
         5: athrow
         6: .line 1132
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object element
        end local 1 // int index
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    7     1    index  I
            0    7     2  element  TT;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Signature: (ITT;)V
    MethodParameters:
         Name  Flags
      index    
      element  

  public T remove();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // int index
         0: .line 1136
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 1137
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            aload 2
            monitorexit
         2: areturn
         3: .line 1136
      StackMap locals: javafx.collections.FXCollections$SynchronizedList int java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // int index
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    5     1  index  I
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (I)TT;
    MethodParameters:
       Name  Flags
      index  

  public int indexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // java.lang.Object o
         0: .line 1143
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 1144
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            aload 1 /* o */
            invokeinterface java.util.List.indexOf:(Ljava/lang/Object;)I
            aload 2
            monitorexit
         2: ireturn
         3: .line 1143
      StackMap locals: javafx.collections.FXCollections$SynchronizedList java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.lang.Object o
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    5     1     o  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
      Name  Flags
      o     

  public int lastIndexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // java.lang.Object o
         0: .line 1150
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 1151
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            aload 1 /* o */
            invokeinterface java.util.List.lastIndexOf:(Ljava/lang/Object;)I
            aload 2
            monitorexit
         2: ireturn
         3: .line 1150
      StackMap locals: javafx.collections.FXCollections$SynchronizedList java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.lang.Object o
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    5     1     o  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
      Name  Flags
      o     

  public java.util.ListIterator<T> listIterator();
    descriptor: ()Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
         0: .line 1157
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            invokeinterface java.util.List.listIterator:()Ljava/util/ListIterator;
            areturn
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
    Signature: ()Ljava/util/ListIterator<TT;>;

  public java.util.ListIterator<T> listIterator(int);
    descriptor: (I)Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // int index
         0: .line 1162
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 1163
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.listIterator:(I)Ljava/util/ListIterator;
            aload 2
            monitorexit
         2: areturn
         3: .line 1162
      StackMap locals: javafx.collections.FXCollections$SynchronizedList int java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // int index
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    5     1  index  I
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (I)Ljava/util/ListIterator<TT;>;
    MethodParameters:
       Name  Flags
      index  

  public java.util.List<T> subList(int, int);
    descriptor: (II)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 1169
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 1170
            new javafx.collections.FXCollections$SynchronizedList
            dup
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            invokeinterface java.util.List.subList:(II)Ljava/util/List;
         2: .line 1171
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
         3: .line 1170
            invokespecial javafx.collections.FXCollections$SynchronizedList.<init>:(Ljava/util/List;Ljava/lang/Object;)V
            aload 3
            monitorexit
         4: areturn
         5: .line 1169
      StackMap locals: javafx.collections.FXCollections$SynchronizedList int int java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 3
            monitorexit
         6: athrow
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    7     1  fromIndex  I
            0    7     2    toIndex  I
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any
    Signature: (II)Ljava/util/List<TT;>;
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
         0: .line 1177
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 1178
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            aload 1
            monitorexit
         2: areturn
         3: .line 1177
      StackMap locals: javafx.collections.FXCollections$SynchronizedList java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
         0: .line 1184
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 1185
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            invokeinterface java.util.List.hashCode:()I
            aload 1
            monitorexit
         2: ireturn
         3: .line 1184
      StackMap locals: javafx.collections.FXCollections$SynchronizedList java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // javafx.collections.FXCollections$SynchronizedList this
        start local 1 // java.lang.Object o
         0: .line 1191
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 1192
            aload 0 /* this */
            getfield javafx.collections.FXCollections$SynchronizedList.backingList:Ljava/util/List;
            aload 1 /* o */
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            aload 2
            monitorexit
         2: ireturn
         3: .line 1191
      StackMap locals: javafx.collections.FXCollections$SynchronizedList java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
         4: athrow
        end local 1 // java.lang.Object o
        end local 0 // javafx.collections.FXCollections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljavafx/collections/FXCollections$SynchronizedList<TT;>;
            0    5     1     o  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    MethodParameters:
      Name  Flags
      o     
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;Ljava/util/List<TT;>;
SourceFile: "FXCollections.java"
NestHost: javafx.collections.FXCollections
InnerClasses:
  private SynchronizedList = javafx.collections.FXCollections$SynchronizedList of javafx.collections.FXCollections