class java.util.Collections$SynchronizedList<E> extends java.util.Collections$SynchronizedCollection<E> implements java.util.List<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: java.util.Collections$SynchronizedList
  super_class: java.util.Collections$SynchronizedCollection
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -7754090372962971524

  final java.util.List<E> list;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<TE;>;

  void <init>(java.util.List<E>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.Collections$SynchronizedList this
        start local 1 // java.util.List list
         0: .line 2401
            aload 0 /* this */
            aload 1 /* list */
            invokespecial java.util.Collections$SynchronizedCollection.<init>:(Ljava/util/Collection;)V
         1: .line 2402
            aload 0 /* this */
            aload 1 /* list */
            putfield java.util.Collections$SynchronizedList.list:Ljava/util/List;
         2: .line 2403
            return
        end local 1 // java.util.List list
        end local 0 // java.util.Collections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/util/Collections$SynchronizedList<TE;>;
            0    3     1  list  Ljava/util/List<TE;>;
    Signature: (Ljava/util/List<TE;>;)V
    MethodParameters:
      Name  Flags
      list  

  void <init>(java.util.List<E>, );
    descriptor: (Ljava/util/List;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.util.Collections$SynchronizedList this
        start local 1 // java.util.List list
        start local 2 // java.lang.Object mutex
         0: .line 2405
            aload 0 /* this */
            aload 1 /* list */
            aload 2 /* mutex */
            invokespecial java.util.Collections$SynchronizedCollection.<init>:(Ljava/util/Collection;Ljava/lang/Object;)V
         1: .line 2406
            aload 0 /* this */
            aload 1 /* list */
            putfield java.util.Collections$SynchronizedList.list:Ljava/util/List;
         2: .line 2407
            return
        end local 2 // java.lang.Object mutex
        end local 1 // java.util.List list
        end local 0 // java.util.Collections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljava/util/Collections$SynchronizedList<TE;>;
            0    3     1   list  Ljava/util/List<TE;>;
            0    3     2  mutex  Ljava/lang/Object;
    Signature: (Ljava/util/List<TE;>;Ljava/lang/Object;)V
    MethodParameters:
       Name  Flags
      list   
      mutex  

  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 // java.util.Collections$SynchronizedList this
        start local 1 // java.lang.Object o
         0: .line 2410
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 2
         1: .line 2411
            iconst_1
            ireturn
         2: .line 2412
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         3: aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.list:Ljava/util/List;
            aload 1 /* o */
            invokeinterface java.util.List.equals:(Ljava/lang/Object;)Z
            aload 2
            monitorexit
         4: ireturn
      StackMap locals: java.util.Collections$SynchronizedList java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
         5: aload 2
            monitorexit
         6: athrow
        end local 1 // java.lang.Object o
        end local 0 // java.util.Collections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljava/util/Collections$SynchronizedList<TE;>;
            0    7     1     o  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           3     4       5  any
           5     6       5  any
    MethodParameters:
      Name  Flags
      o     

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

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

  public E set(int, );
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // java.util.Collections$SynchronizedList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 2422
            aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.list: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
      StackMap locals: java.util.Collections$SynchronizedList int java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
         3: aload 3
            monitorexit
         4: athrow
        end local 2 // java.lang.Object element
        end local 1 // int index
        end local 0 // java.util.Collections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Ljava/util/Collections$SynchronizedList<TE;>;
            0    5     1    index  I
            0    5     2  element  TE;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (ITE;)TE;
    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 // java.util.Collections$SynchronizedList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 2425
            aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.list:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* element */
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
            aload 3
            monitorexit
         2: goto 5
      StackMap locals: java.util.Collections$SynchronizedList int java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
         3: aload 3
            monitorexit
         4: athrow
         5: .line 2426
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Object element
        end local 1 // int index
        end local 0 // java.util.Collections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Ljava/util/Collections$SynchronizedList<TE;>;
            0    6     1    index  I
            0    6     2  element  TE;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (ITE;)V
    MethodParameters:
         Name  Flags
      index    
      element  

  public E remove();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.util.Collections$SynchronizedList this
        start local 1 // int index
         0: .line 2428
            aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.list:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.remove:(I)Ljava/lang/Object;
            aload 2
            monitorexit
         2: areturn
      StackMap locals: java.util.Collections$SynchronizedList int java.lang.Object
      StackMap stack: java.lang.Throwable
         3: aload 2
            monitorexit
         4: athrow
        end local 1 // int index
        end local 0 // java.util.Collections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljava/util/Collections$SynchronizedList<TE;>;
            0    5     1  index  I
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (I)TE;
    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 // java.util.Collections$SynchronizedList this
        start local 1 // java.lang.Object o
         0: .line 2432
            aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.list:Ljava/util/List;
            aload 1 /* o */
            invokeinterface java.util.List.indexOf:(Ljava/lang/Object;)I
            aload 2
            monitorexit
         2: ireturn
      StackMap locals: java.util.Collections$SynchronizedList java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
         3: aload 2
            monitorexit
         4: athrow
        end local 1 // java.lang.Object o
        end local 0 // java.util.Collections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/util/Collections$SynchronizedList<TE;>;
            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 // java.util.Collections$SynchronizedList this
        start local 1 // java.lang.Object o
         0: .line 2435
            aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.list:Ljava/util/List;
            aload 1 /* o */
            invokeinterface java.util.List.lastIndexOf:(Ljava/lang/Object;)I
            aload 2
            monitorexit
         2: ireturn
      StackMap locals: java.util.Collections$SynchronizedList java.lang.Object java.lang.Object
      StackMap stack: java.lang.Throwable
         3: aload 2
            monitorexit
         4: athrow
        end local 1 // java.lang.Object o
        end local 0 // java.util.Collections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Ljava/util/Collections$SynchronizedList<TE;>;
            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 addAll(int, java.util.Collection<? extends E>);
    descriptor: (ILjava/util/Collection;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // java.util.Collections$SynchronizedList this
        start local 1 // int index
        start local 2 // java.util.Collection c
         0: .line 2439
            aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.list:Ljava/util/List;
            iload 1 /* index */
            aload 2 /* c */
            invokeinterface java.util.List.addAll:(ILjava/util/Collection;)Z
            aload 3
            monitorexit
         2: ireturn
      StackMap locals: java.util.Collections$SynchronizedList int java.util.Collection java.lang.Object
      StackMap stack: java.lang.Throwable
         3: aload 3
            monitorexit
         4: athrow
        end local 2 // java.util.Collection c
        end local 1 // int index
        end local 0 // java.util.Collections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Ljava/util/Collections$SynchronizedList<TE;>;
            0    5     1  index  I
            0    5     2      c  Ljava/util/Collection<+TE;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (ILjava/util/Collection<+TE;>;)Z
    MethodParameters:
       Name  Flags
      index  
      c      

  public java.util.ListIterator<E> listIterator();
    descriptor: ()Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.util.Collections$SynchronizedList this
         0: .line 2443
            aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.list:Ljava/util/List;
            invokeinterface java.util.List.listIterator:()Ljava/util/ListIterator;
            areturn
        end local 0 // java.util.Collections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/util/Collections$SynchronizedList<TE;>;
    Signature: ()Ljava/util/ListIterator<TE;>;

  public java.util.ListIterator<E> listIterator(int);
    descriptor: (I)Ljava/util/ListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.Collections$SynchronizedList this
        start local 1 // int index
         0: .line 2447
            aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.list:Ljava/util/List;
            iload 1 /* index */
            invokeinterface java.util.List.listIterator:(I)Ljava/util/ListIterator;
            areturn
        end local 1 // int index
        end local 0 // java.util.Collections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/util/Collections$SynchronizedList<TE;>;
            0    1     1  index  I
    Signature: (I)Ljava/util/ListIterator<TE;>;
    MethodParameters:
       Name  Flags
      index  

  public java.util.List<E> subList(int, int);
    descriptor: (II)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // java.util.Collections$SynchronizedList this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 2451
            aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         1: .line 2452
            new java.util.Collections$SynchronizedList
            dup
            aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.list:Ljava/util/List;
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            invokeinterface java.util.List.subList:(II)Ljava/util/List;
         2: .line 2453
            aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.mutex:Ljava/lang/Object;
         3: .line 2452
            invokespecial java.util.Collections$SynchronizedList.<init>:(Ljava/util/List;Ljava/lang/Object;)V
            aload 3
            monitorexit
         4: areturn
         5: .line 2451
      StackMap locals: java.util.Collections$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 // java.util.Collections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    7     0       this  Ljava/util/Collections$SynchronizedList<TE;>;
            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<TE;>;
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    

  public void replaceAll(java.util.function.UnaryOperator<E>);
    descriptor: (Ljava/util/function/UnaryOperator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.util.Collections$SynchronizedList this
        start local 1 // java.util.function.UnaryOperator operator
         0: .line 2459
            aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.list:Ljava/util/List;
            aload 1 /* operator */
            invokeinterface java.util.List.replaceAll:(Ljava/util/function/UnaryOperator;)V
            aload 2
            monitorexit
         2: goto 5
      StackMap locals: java.util.Collections$SynchronizedList java.util.function.UnaryOperator java.lang.Object
      StackMap stack: java.lang.Throwable
         3: aload 2
            monitorexit
         4: athrow
         5: .line 2460
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.function.UnaryOperator operator
        end local 0 // java.util.Collections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Ljava/util/Collections$SynchronizedList<TE;>;
            0    6     1  operator  Ljava/util/function/UnaryOperator<TE;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Ljava/util/function/UnaryOperator<TE;>;)V
    MethodParameters:
          Name  Flags
      operator  

  public void sort(java.util.Comparator<? super E>);
    descriptor: (Ljava/util/Comparator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.util.Collections$SynchronizedList this
        start local 1 // java.util.Comparator c
         0: .line 2463
            aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.mutex:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.list:Ljava/util/List;
            aload 1 /* c */
            invokeinterface java.util.List.sort:(Ljava/util/Comparator;)V
            aload 2
            monitorexit
         2: goto 5
      StackMap locals: java.util.Collections$SynchronizedList java.util.Comparator java.lang.Object
      StackMap stack: java.lang.Throwable
         3: aload 2
            monitorexit
         4: athrow
         5: .line 2464
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.util.Comparator c
        end local 0 // java.util.Collections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljava/util/Collections$SynchronizedList<TE;>;
            0    6     1     c  Ljava/util/Comparator<-TE;>;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any
    Signature: (Ljava/util/Comparator<-TE;>;)V
    MethodParameters:
      Name  Flags
      c     

  private java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.util.Collections$SynchronizedList this
         0: .line 2479
            aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.list:Ljava/util/List;
            instanceof java.util.RandomAccess
            ifeq 2
         1: .line 2480
            new java.util.Collections$SynchronizedRandomAccessList
            dup
            aload 0 /* this */
            getfield java.util.Collections$SynchronizedList.list:Ljava/util/List;
            invokespecial java.util.Collections$SynchronizedRandomAccessList.<init>:(Ljava/util/List;)V
            goto 3
         2: .line 2481
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         3: .line 2479
      StackMap locals:
      StackMap stack: java.util.Collections$SynchronizedList
            areturn
        end local 0 // java.util.Collections$SynchronizedList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljava/util/Collections$SynchronizedList<TE;>;
}
Signature: <E:Ljava/lang/Object;>Ljava/util/Collections$SynchronizedCollection<TE;>;Ljava/util/List<TE;>;
SourceFile: "Collections.java"
NestHost: java.util.Collections
InnerClasses:
  SynchronizedCollection = java.util.Collections$SynchronizedCollection of java.util.Collections
  SynchronizedList = java.util.Collections$SynchronizedList of java.util.Collections
  SynchronizedRandomAccessList = java.util.Collections$SynchronizedRandomAccessList of java.util.Collections