public abstract class com.google.common.collect.ImmutableList<E> extends com.google.common.collect.ImmutableCollection<E> implements java.util.List<E>, java.util.RandomAccess
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.google.common.collect.ImmutableList
  super_class: com.google.common.collect.ImmutableCollection
{
  public static <E> java.util.stream.Collector<E, ?, com.google.common.collect.ImmutableList<E>> toImmutableList();
    descriptor: ()Ljava/util/stream/Collector;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 72
            invokestatic com.google.common.collect.CollectCollectors.toImmutableList:()Ljava/util/stream/Collector;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <E:Ljava/lang/Object;>()Ljava/util/stream/Collector<TE;*Lcom/google/common/collect/ImmutableList<TE;>;>;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.Beta()

  public static <E> com.google.common.collect.ImmutableList<E> of();
    descriptor: ()Lcom/google/common/collect/ImmutableList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 83
            getstatic com.google.common.collect.RegularImmutableList.EMPTY:Lcom/google/common/collect/ImmutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <E:Ljava/lang/Object;>()Lcom/google/common/collect/ImmutableList<TE;>;

  public static <E> com.google.common.collect.ImmutableList<E> of(E);
    descriptor: (Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object element
         0: .line 94
            new com.google.common.collect.SingletonImmutableList
            dup
            aload 0 /* element */
            invokespecial com.google.common.collect.SingletonImmutableList.<init>:(Ljava/lang/Object;)V
            areturn
        end local 0 // java.lang.Object element
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  element  TE;
    Signature: <E:Ljava/lang/Object;>(TE;)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
         Name  Flags
      element  

  public static <E> com.google.common.collect.ImmutableList<E> of(E, E);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.Object e1
        start local 1 // java.lang.Object e2
         0: .line 103
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* e1 */
            aastore
            dup
            iconst_1
            aload 1 /* e2 */
            aastore
            invokestatic com.google.common.collect.ImmutableList.construct:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
        end local 1 // java.lang.Object e2
        end local 0 // java.lang.Object e1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    e1  TE;
            0    1     1    e2  TE;
    Signature: <E:Ljava/lang/Object;>(TE;TE;)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
      Name  Flags
      e1    
      e2    

  public static <E> com.google.common.collect.ImmutableList<E> of(E, E, E);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // java.lang.Object e1
        start local 1 // java.lang.Object e2
        start local 2 // java.lang.Object e3
         0: .line 112
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* e1 */
            aastore
            dup
            iconst_1
            aload 1 /* e2 */
            aastore
            dup
            iconst_2
            aload 2 /* e3 */
            aastore
            invokestatic com.google.common.collect.ImmutableList.construct:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
        end local 2 // java.lang.Object e3
        end local 1 // java.lang.Object e2
        end local 0 // java.lang.Object e1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    e1  TE;
            0    1     1    e2  TE;
            0    1     2    e3  TE;
    Signature: <E:Ljava/lang/Object;>(TE;TE;TE;)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
      Name  Flags
      e1    
      e2    
      e3    

  public static <E> com.google.common.collect.ImmutableList<E> of(E, E, E, E);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // java.lang.Object e1
        start local 1 // java.lang.Object e2
        start local 2 // java.lang.Object e3
        start local 3 // java.lang.Object e4
         0: .line 121
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* e1 */
            aastore
            dup
            iconst_1
            aload 1 /* e2 */
            aastore
            dup
            iconst_2
            aload 2 /* e3 */
            aastore
            dup
            iconst_3
            aload 3 /* e4 */
            aastore
            invokestatic com.google.common.collect.ImmutableList.construct:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
        end local 3 // java.lang.Object e4
        end local 2 // java.lang.Object e3
        end local 1 // java.lang.Object e2
        end local 0 // java.lang.Object e1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    e1  TE;
            0    1     1    e2  TE;
            0    1     2    e3  TE;
            0    1     3    e4  TE;
    Signature: <E:Ljava/lang/Object;>(TE;TE;TE;TE;)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
      Name  Flags
      e1    
      e2    
      e3    
      e4    

  public static <E> com.google.common.collect.ImmutableList<E> of(E, E, E, E, E);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // java.lang.Object e1
        start local 1 // java.lang.Object e2
        start local 2 // java.lang.Object e3
        start local 3 // java.lang.Object e4
        start local 4 // java.lang.Object e5
         0: .line 130
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* e1 */
            aastore
            dup
            iconst_1
            aload 1 /* e2 */
            aastore
            dup
            iconst_2
            aload 2 /* e3 */
            aastore
            dup
            iconst_3
            aload 3 /* e4 */
            aastore
            dup
            iconst_4
            aload 4 /* e5 */
            aastore
            invokestatic com.google.common.collect.ImmutableList.construct:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
        end local 4 // java.lang.Object e5
        end local 3 // java.lang.Object e4
        end local 2 // java.lang.Object e3
        end local 1 // java.lang.Object e2
        end local 0 // java.lang.Object e1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    e1  TE;
            0    1     1    e2  TE;
            0    1     2    e3  TE;
            0    1     3    e4  TE;
            0    1     4    e5  TE;
    Signature: <E:Ljava/lang/Object;>(TE;TE;TE;TE;TE;)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
      Name  Flags
      e1    
      e2    
      e3    
      e4    
      e5    

  public static <E> com.google.common.collect.ImmutableList<E> of(E, E, E, E, E, E);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // java.lang.Object e1
        start local 1 // java.lang.Object e2
        start local 2 // java.lang.Object e3
        start local 3 // java.lang.Object e4
        start local 4 // java.lang.Object e5
        start local 5 // java.lang.Object e6
         0: .line 139
            bipush 6
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* e1 */
            aastore
            dup
            iconst_1
            aload 1 /* e2 */
            aastore
            dup
            iconst_2
            aload 2 /* e3 */
            aastore
            dup
            iconst_3
            aload 3 /* e4 */
            aastore
            dup
            iconst_4
            aload 4 /* e5 */
            aastore
            dup
            iconst_5
            aload 5 /* e6 */
            aastore
            invokestatic com.google.common.collect.ImmutableList.construct:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
        end local 5 // java.lang.Object e6
        end local 4 // java.lang.Object e5
        end local 3 // java.lang.Object e4
        end local 2 // java.lang.Object e3
        end local 1 // java.lang.Object e2
        end local 0 // java.lang.Object e1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    e1  TE;
            0    1     1    e2  TE;
            0    1     2    e3  TE;
            0    1     3    e4  TE;
            0    1     4    e5  TE;
            0    1     5    e6  TE;
    Signature: <E:Ljava/lang/Object;>(TE;TE;TE;TE;TE;TE;)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
      Name  Flags
      e1    
      e2    
      e3    
      e4    
      e5    
      e6    

  public static <E> com.google.common.collect.ImmutableList<E> of(E, E, E, E, E, E, E);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=7, args_size=7
        start local 0 // java.lang.Object e1
        start local 1 // java.lang.Object e2
        start local 2 // java.lang.Object e3
        start local 3 // java.lang.Object e4
        start local 4 // java.lang.Object e5
        start local 5 // java.lang.Object e6
        start local 6 // java.lang.Object e7
         0: .line 148
            bipush 7
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* e1 */
            aastore
            dup
            iconst_1
            aload 1 /* e2 */
            aastore
            dup
            iconst_2
            aload 2 /* e3 */
            aastore
            dup
            iconst_3
            aload 3 /* e4 */
            aastore
            dup
            iconst_4
            aload 4 /* e5 */
            aastore
            dup
            iconst_5
            aload 5 /* e6 */
            aastore
            dup
            bipush 6
            aload 6 /* e7 */
            aastore
            invokestatic com.google.common.collect.ImmutableList.construct:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
        end local 6 // java.lang.Object e7
        end local 5 // java.lang.Object e6
        end local 4 // java.lang.Object e5
        end local 3 // java.lang.Object e4
        end local 2 // java.lang.Object e3
        end local 1 // java.lang.Object e2
        end local 0 // java.lang.Object e1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    e1  TE;
            0    1     1    e2  TE;
            0    1     2    e3  TE;
            0    1     3    e4  TE;
            0    1     4    e5  TE;
            0    1     5    e6  TE;
            0    1     6    e7  TE;
    Signature: <E:Ljava/lang/Object;>(TE;TE;TE;TE;TE;TE;TE;)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
      Name  Flags
      e1    
      e2    
      e3    
      e4    
      e5    
      e6    
      e7    

  public static <E> com.google.common.collect.ImmutableList<E> of(E, E, E, E, E, E, E, E);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=8
        start local 0 // java.lang.Object e1
        start local 1 // java.lang.Object e2
        start local 2 // java.lang.Object e3
        start local 3 // java.lang.Object e4
        start local 4 // java.lang.Object e5
        start local 5 // java.lang.Object e6
        start local 6 // java.lang.Object e7
        start local 7 // java.lang.Object e8
         0: .line 157
            bipush 8
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* e1 */
            aastore
            dup
            iconst_1
            aload 1 /* e2 */
            aastore
            dup
            iconst_2
            aload 2 /* e3 */
            aastore
            dup
            iconst_3
            aload 3 /* e4 */
            aastore
            dup
            iconst_4
            aload 4 /* e5 */
            aastore
            dup
            iconst_5
            aload 5 /* e6 */
            aastore
            dup
            bipush 6
            aload 6 /* e7 */
            aastore
            dup
            bipush 7
            aload 7 /* e8 */
            aastore
            invokestatic com.google.common.collect.ImmutableList.construct:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
        end local 7 // java.lang.Object e8
        end local 6 // java.lang.Object e7
        end local 5 // java.lang.Object e6
        end local 4 // java.lang.Object e5
        end local 3 // java.lang.Object e4
        end local 2 // java.lang.Object e3
        end local 1 // java.lang.Object e2
        end local 0 // java.lang.Object e1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    e1  TE;
            0    1     1    e2  TE;
            0    1     2    e3  TE;
            0    1     3    e4  TE;
            0    1     4    e5  TE;
            0    1     5    e6  TE;
            0    1     6    e7  TE;
            0    1     7    e8  TE;
    Signature: <E:Ljava/lang/Object;>(TE;TE;TE;TE;TE;TE;TE;TE;)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
      Name  Flags
      e1    
      e2    
      e3    
      e4    
      e5    
      e6    
      e7    
      e8    

  public static <E> com.google.common.collect.ImmutableList<E> of(E, E, E, E, E, E, E, E, E);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=9, args_size=9
        start local 0 // java.lang.Object e1
        start local 1 // java.lang.Object e2
        start local 2 // java.lang.Object e3
        start local 3 // java.lang.Object e4
        start local 4 // java.lang.Object e5
        start local 5 // java.lang.Object e6
        start local 6 // java.lang.Object e7
        start local 7 // java.lang.Object e8
        start local 8 // java.lang.Object e9
         0: .line 166
            bipush 9
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* e1 */
            aastore
            dup
            iconst_1
            aload 1 /* e2 */
            aastore
            dup
            iconst_2
            aload 2 /* e3 */
            aastore
            dup
            iconst_3
            aload 3 /* e4 */
            aastore
            dup
            iconst_4
            aload 4 /* e5 */
            aastore
            dup
            iconst_5
            aload 5 /* e6 */
            aastore
            dup
            bipush 6
            aload 6 /* e7 */
            aastore
            dup
            bipush 7
            aload 7 /* e8 */
            aastore
            dup
            bipush 8
            aload 8 /* e9 */
            aastore
            invokestatic com.google.common.collect.ImmutableList.construct:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
        end local 8 // java.lang.Object e9
        end local 7 // java.lang.Object e8
        end local 6 // java.lang.Object e7
        end local 5 // java.lang.Object e6
        end local 4 // java.lang.Object e5
        end local 3 // java.lang.Object e4
        end local 2 // java.lang.Object e3
        end local 1 // java.lang.Object e2
        end local 0 // java.lang.Object e1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    e1  TE;
            0    1     1    e2  TE;
            0    1     2    e3  TE;
            0    1     3    e4  TE;
            0    1     4    e5  TE;
            0    1     5    e6  TE;
            0    1     6    e7  TE;
            0    1     7    e8  TE;
            0    1     8    e9  TE;
    Signature: <E:Ljava/lang/Object;>(TE;TE;TE;TE;TE;TE;TE;TE;TE;)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
      Name  Flags
      e1    
      e2    
      e3    
      e4    
      e5    
      e6    
      e7    
      e8    
      e9    

  public static <E> com.google.common.collect.ImmutableList<E> of(E, E, E, E, E, E, E, E, E, E);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=10, args_size=10
        start local 0 // java.lang.Object e1
        start local 1 // java.lang.Object e2
        start local 2 // java.lang.Object e3
        start local 3 // java.lang.Object e4
        start local 4 // java.lang.Object e5
        start local 5 // java.lang.Object e6
        start local 6 // java.lang.Object e7
        start local 7 // java.lang.Object e8
        start local 8 // java.lang.Object e9
        start local 9 // java.lang.Object e10
         0: .line 176
            bipush 10
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* e1 */
            aastore
            dup
            iconst_1
            aload 1 /* e2 */
            aastore
            dup
            iconst_2
            aload 2 /* e3 */
            aastore
            dup
            iconst_3
            aload 3 /* e4 */
            aastore
            dup
            iconst_4
            aload 4 /* e5 */
            aastore
            dup
            iconst_5
            aload 5 /* e6 */
            aastore
            dup
            bipush 6
            aload 6 /* e7 */
            aastore
            dup
            bipush 7
            aload 7 /* e8 */
            aastore
            dup
            bipush 8
            aload 8 /* e9 */
            aastore
            dup
            bipush 9
            aload 9 /* e10 */
            aastore
            invokestatic com.google.common.collect.ImmutableList.construct:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
        end local 9 // java.lang.Object e10
        end local 8 // java.lang.Object e9
        end local 7 // java.lang.Object e8
        end local 6 // java.lang.Object e7
        end local 5 // java.lang.Object e6
        end local 4 // java.lang.Object e5
        end local 3 // java.lang.Object e4
        end local 2 // java.lang.Object e3
        end local 1 // java.lang.Object e2
        end local 0 // java.lang.Object e1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    e1  TE;
            0    1     1    e2  TE;
            0    1     2    e3  TE;
            0    1     3    e4  TE;
            0    1     4    e5  TE;
            0    1     5    e6  TE;
            0    1     6    e7  TE;
            0    1     7    e8  TE;
            0    1     8    e9  TE;
            0    1     9   e10  TE;
    Signature: <E:Ljava/lang/Object;>(TE;TE;TE;TE;TE;TE;TE;TE;TE;TE;)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
      Name  Flags
      e1    
      e2    
      e3    
      e4    
      e5    
      e6    
      e7    
      e8    
      e9    
      e10   

  public static <E> com.google.common.collect.ImmutableList<E> of(E, E, E, E, E, E, E, E, E, E, E);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=11, args_size=11
        start local 0 // java.lang.Object e1
        start local 1 // java.lang.Object e2
        start local 2 // java.lang.Object e3
        start local 3 // java.lang.Object e4
        start local 4 // java.lang.Object e5
        start local 5 // java.lang.Object e6
        start local 6 // java.lang.Object e7
        start local 7 // java.lang.Object e8
        start local 8 // java.lang.Object e9
        start local 9 // java.lang.Object e10
        start local 10 // java.lang.Object e11
         0: .line 186
            bipush 11
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* e1 */
            aastore
            dup
            iconst_1
            aload 1 /* e2 */
            aastore
            dup
            iconst_2
            aload 2 /* e3 */
            aastore
            dup
            iconst_3
            aload 3 /* e4 */
            aastore
            dup
            iconst_4
            aload 4 /* e5 */
            aastore
            dup
            iconst_5
            aload 5 /* e6 */
            aastore
            dup
            bipush 6
            aload 6 /* e7 */
            aastore
            dup
            bipush 7
            aload 7 /* e8 */
            aastore
            dup
            bipush 8
            aload 8 /* e9 */
            aastore
            dup
            bipush 9
            aload 9 /* e10 */
            aastore
            dup
            bipush 10
            aload 10 /* e11 */
            aastore
            invokestatic com.google.common.collect.ImmutableList.construct:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
        end local 10 // java.lang.Object e11
        end local 9 // java.lang.Object e10
        end local 8 // java.lang.Object e9
        end local 7 // java.lang.Object e8
        end local 6 // java.lang.Object e7
        end local 5 // java.lang.Object e6
        end local 4 // java.lang.Object e5
        end local 3 // java.lang.Object e4
        end local 2 // java.lang.Object e3
        end local 1 // java.lang.Object e2
        end local 0 // java.lang.Object e1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    e1  TE;
            0    1     1    e2  TE;
            0    1     2    e3  TE;
            0    1     3    e4  TE;
            0    1     4    e5  TE;
            0    1     5    e6  TE;
            0    1     6    e7  TE;
            0    1     7    e8  TE;
            0    1     8    e9  TE;
            0    1     9   e10  TE;
            0    1    10   e11  TE;
    Signature: <E:Ljava/lang/Object;>(TE;TE;TE;TE;TE;TE;TE;TE;TE;TE;TE;)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
      Name  Flags
      e1    
      e2    
      e3    
      e4    
      e5    
      e6    
      e7    
      e8    
      e9    
      e10   
      e11   

  public static <E> com.google.common.collect.ImmutableList<E> of(E, E, E, E, E, E, E, E, E, E, E, E, E[]);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=5, locals=14, args_size=13
        start local 0 // java.lang.Object e1
        start local 1 // java.lang.Object e2
        start local 2 // java.lang.Object e3
        start local 3 // java.lang.Object e4
        start local 4 // java.lang.Object e5
        start local 5 // java.lang.Object e6
        start local 6 // java.lang.Object e7
        start local 7 // java.lang.Object e8
        start local 8 // java.lang.Object e9
        start local 9 // java.lang.Object e10
        start local 10 // java.lang.Object e11
        start local 11 // java.lang.Object e12
        start local 12 // java.lang.Object[] others
         0: .line 204
            aload 12 /* others */
            arraylength
            ldc 2147483635
            if_icmpgt 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
         2: .line 205
      StackMap locals:
      StackMap stack: int
            ldc "the total number of elements must fit in an int"
         3: .line 203
            invokestatic com.google.common.base.Preconditions.checkArgument:(ZLjava/lang/Object;)V
         4: .line 206
            bipush 12
            aload 12 /* others */
            arraylength
            iadd
            anewarray java.lang.Object
            astore 13 /* array */
        start local 13 // java.lang.Object[] array
         5: .line 207
            aload 13 /* array */
            iconst_0
            aload 0 /* e1 */
            aastore
         6: .line 208
            aload 13 /* array */
            iconst_1
            aload 1 /* e2 */
            aastore
         7: .line 209
            aload 13 /* array */
            iconst_2
            aload 2 /* e3 */
            aastore
         8: .line 210
            aload 13 /* array */
            iconst_3
            aload 3 /* e4 */
            aastore
         9: .line 211
            aload 13 /* array */
            iconst_4
            aload 4 /* e5 */
            aastore
        10: .line 212
            aload 13 /* array */
            iconst_5
            aload 5 /* e6 */
            aastore
        11: .line 213
            aload 13 /* array */
            bipush 6
            aload 6 /* e7 */
            aastore
        12: .line 214
            aload 13 /* array */
            bipush 7
            aload 7 /* e8 */
            aastore
        13: .line 215
            aload 13 /* array */
            bipush 8
            aload 8 /* e9 */
            aastore
        14: .line 216
            aload 13 /* array */
            bipush 9
            aload 9 /* e10 */
            aastore
        15: .line 217
            aload 13 /* array */
            bipush 10
            aload 10 /* e11 */
            aastore
        16: .line 218
            aload 13 /* array */
            bipush 11
            aload 11 /* e12 */
            aastore
        17: .line 219
            aload 12 /* others */
            iconst_0
            aload 13 /* array */
            bipush 12
            aload 12 /* others */
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
        18: .line 220
            aload 13 /* array */
            invokestatic com.google.common.collect.ImmutableList.construct:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
        end local 13 // java.lang.Object[] array
        end local 12 // java.lang.Object[] others
        end local 11 // java.lang.Object e12
        end local 10 // java.lang.Object e11
        end local 9 // java.lang.Object e10
        end local 8 // java.lang.Object e9
        end local 7 // java.lang.Object e8
        end local 6 // java.lang.Object e7
        end local 5 // java.lang.Object e6
        end local 4 // java.lang.Object e5
        end local 3 // java.lang.Object e4
        end local 2 // java.lang.Object e3
        end local 1 // java.lang.Object e2
        end local 0 // java.lang.Object e1
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0      e1  TE;
            0   19     1      e2  TE;
            0   19     2      e3  TE;
            0   19     3      e4  TE;
            0   19     4      e5  TE;
            0   19     5      e6  TE;
            0   19     6      e7  TE;
            0   19     7      e8  TE;
            0   19     8      e9  TE;
            0   19     9     e10  TE;
            0   19    10     e11  TE;
            0   19    11     e12  TE;
            0   19    12  others  [Ljava/lang/Object;
            5   19    13   array  [Ljava/lang/Object;
    Signature: <E:Ljava/lang/Object;>(TE;TE;TE;TE;TE;TE;TE;TE;TE;TE;TE;TE;[TE;)Lcom/google/common/collect/ImmutableList<TE;>;
    RuntimeVisibleAnnotations: 
      java.lang.SafeVarargs()
    MethodParameters:
        Name  Flags
      e1      
      e2      
      e3      
      e4      
      e5      
      e6      
      e7      
      e8      
      e9      
      e10     
      e11     
      e12     
      others  

  public static <E> com.google.common.collect.ImmutableList<E> copyOf(java.lang.Iterable<? extends E>);
    descriptor: (Ljava/lang/Iterable;)Lcom/google/common/collect/ImmutableList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Iterable elements
         0: .line 231
            aload 0 /* elements */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 232
            aload 0 /* elements */
            instanceof java.util.Collection
            ifeq 3
         2: .line 233
            aload 0 /* elements */
            checkcast java.util.Collection
            invokestatic com.google.common.collect.ImmutableList.copyOf:(Ljava/util/Collection;)Lcom/google/common/collect/ImmutableList;
            goto 4
         3: .line 234
      StackMap locals:
      StackMap stack:
            aload 0 /* elements */
            invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
            invokestatic com.google.common.collect.ImmutableList.copyOf:(Ljava/util/Iterator;)Lcom/google/common/collect/ImmutableList;
         4: .line 232
      StackMap locals:
      StackMap stack: com.google.common.collect.ImmutableList
            areturn
        end local 0 // java.lang.Iterable elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0  elements  Ljava/lang/Iterable<+TE;>;
    Signature: <E:Ljava/lang/Object;>(Ljava/lang/Iterable<+TE;>;)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
          Name  Flags
      elements  

  public static <E> com.google.common.collect.ImmutableList<E> copyOf(java.util.Collection<? extends E>);
    descriptor: (Ljava/util/Collection;)Lcom/google/common/collect/ImmutableList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // java.util.Collection elements
         0: .line 255
            aload 0 /* elements */
            instanceof com.google.common.collect.ImmutableCollection
            ifeq 5
         1: .line 257
            aload 0 /* elements */
            checkcast com.google.common.collect.ImmutableCollection
            invokevirtual com.google.common.collect.ImmutableCollection.asList:()Lcom/google/common/collect/ImmutableList;
            astore 1 /* list */
        start local 1 // com.google.common.collect.ImmutableList list
         2: .line 258
            aload 1 /* list */
            invokevirtual com.google.common.collect.ImmutableList.isPartialView:()Z
            ifeq 3
            aload 1 /* list */
            invokevirtual com.google.common.collect.ImmutableList.toArray:()[Ljava/lang/Object;
            invokestatic com.google.common.collect.ImmutableList.asImmutableList:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            goto 4
      StackMap locals: com.google.common.collect.ImmutableList
      StackMap stack:
         3: aload 1 /* list */
      StackMap locals:
      StackMap stack: com.google.common.collect.ImmutableList
         4: areturn
        end local 1 // com.google.common.collect.ImmutableList list
         5: .line 260
      StackMap locals:
      StackMap stack:
            aload 0 /* elements */
            invokeinterface java.util.Collection.toArray:()[Ljava/lang/Object;
            invokestatic com.google.common.collect.ImmutableList.construct:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
        end local 0 // java.util.Collection elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0  elements  Ljava/util/Collection<+TE;>;
            2    5     1      list  Lcom/google/common/collect/ImmutableList<TE;>;
    Signature: <E:Ljava/lang/Object;>(Ljava/util/Collection<+TE;>;)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
          Name  Flags
      elements  

  public static <E> com.google.common.collect.ImmutableList<E> copyOf(java.util.Iterator<? extends E>);
    descriptor: (Ljava/util/Iterator;)Lcom/google/common/collect/ImmutableList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.util.Iterator elements
         0: .line 270
            aload 0 /* elements */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         1: .line 271
            invokestatic com.google.common.collect.ImmutableList.of:()Lcom/google/common/collect/ImmutableList;
            areturn
         2: .line 273
      StackMap locals:
      StackMap stack:
            aload 0 /* elements */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            astore 1 /* first */
        start local 1 // java.lang.Object first
         3: .line 274
            aload 0 /* elements */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         4: .line 275
            aload 1 /* first */
            invokestatic com.google.common.collect.ImmutableList.of:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
         5: .line 277
      StackMap locals: java.lang.Object
      StackMap stack:
            new com.google.common.collect.ImmutableList$Builder
            dup
            invokespecial com.google.common.collect.ImmutableList$Builder.<init>:()V
            aload 1 /* first */
            invokevirtual com.google.common.collect.ImmutableList$Builder.add:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList$Builder;
            aload 0 /* elements */
            invokevirtual com.google.common.collect.ImmutableList$Builder.addAll:(Ljava/util/Iterator;)Lcom/google/common/collect/ImmutableList$Builder;
            invokevirtual com.google.common.collect.ImmutableList$Builder.build:()Lcom/google/common/collect/ImmutableList;
            areturn
        end local 1 // java.lang.Object first
        end local 0 // java.util.Iterator elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0  elements  Ljava/util/Iterator<+TE;>;
            3    6     1     first  TE;
    Signature: <E:Ljava/lang/Object;>(Ljava/util/Iterator<+TE;>;)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
          Name  Flags
      elements  

  public static <E> com.google.common.collect.ImmutableList<E> copyOf(E[]);
    descriptor: ([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Object[] elements
         0: .line 288
            aload 0 /* elements */
            arraylength
            tableswitch { // 0 - 1
                    0: 1
                    1: 2
              default: 3
          }
         1: .line 290
      StackMap locals:
      StackMap stack:
            invokestatic com.google.common.collect.ImmutableList.of:()Lcom/google/common/collect/ImmutableList;
            areturn
         2: .line 292
      StackMap locals:
      StackMap stack:
            aload 0 /* elements */
            iconst_0
            aaload
            invokestatic com.google.common.collect.ImmutableList.of:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
         3: .line 294
      StackMap locals:
      StackMap stack:
            aload 0 /* elements */
            invokevirtual java.lang.Object[].clone:()Ljava/lang/Object;
            checkcast java.lang.Object[]
            invokestatic com.google.common.collect.ImmutableList.construct:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
        end local 0 // java.lang.Object[] elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0  elements  [Ljava/lang/Object;
    Signature: <E:Ljava/lang/Object;>([TE;)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
          Name  Flags
      elements  

  public static <E extends java.lang.Comparable<? super E>> com.google.common.collect.ImmutableList<E> sortedCopyOf(java.lang.Iterable<? extends E>);
    descriptor: (Ljava/lang/Iterable;)Lcom/google/common/collect/ImmutableList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // java.lang.Iterable elements
         0: .line 315
            aload 0 /* elements */
            iconst_0
            anewarray java.lang.Comparable
            invokestatic com.google.common.collect.Iterables.toArray:(Ljava/lang/Iterable;[Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast java.lang.Comparable[]
            astore 1 /* array */
        start local 1 // java.lang.Comparable[] array
         1: .line 316
            aload 1 /* array */
            invokestatic com.google.common.collect.ObjectArrays.checkElementsNotNull:([Ljava/lang/Object;)[Ljava/lang/Object;
            pop
         2: .line 317
            aload 1 /* array */
            invokestatic java.util.Arrays.sort:([Ljava/lang/Object;)V
         3: .line 318
            aload 1 /* array */
            invokestatic com.google.common.collect.ImmutableList.asImmutableList:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
        end local 1 // java.lang.Comparable[] array
        end local 0 // java.lang.Iterable elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0  elements  Ljava/lang/Iterable<+TE;>;
            1    4     1     array  [Ljava/lang/Comparable;
    Signature: <E::Ljava/lang/Comparable<-TE;>;>(Ljava/lang/Iterable<+TE;>;)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
          Name  Flags
      elements  

  public static <E> com.google.common.collect.ImmutableList<E> sortedCopyOf(java.util.Comparator<? super E>, java.lang.Iterable<? extends E>);
    descriptor: (Ljava/util/Comparator;Ljava/lang/Iterable;)Lcom/google/common/collect/ImmutableList;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.util.Comparator comparator
        start local 1 // java.lang.Iterable elements
         0: .line 338
            aload 0 /* comparator */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 340
            aload 1 /* elements */
            invokestatic com.google.common.collect.Iterables.toArray:(Ljava/lang/Iterable;)[Ljava/lang/Object;
            astore 2 /* array */
        start local 2 // java.lang.Object[] array
         2: .line 341
            aload 2 /* array */
            invokestatic com.google.common.collect.ObjectArrays.checkElementsNotNull:([Ljava/lang/Object;)[Ljava/lang/Object;
            pop
         3: .line 342
            aload 2 /* array */
            aload 0 /* comparator */
            invokestatic java.util.Arrays.sort:([Ljava/lang/Object;Ljava/util/Comparator;)V
         4: .line 343
            aload 2 /* array */
            invokestatic com.google.common.collect.ImmutableList.asImmutableList:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
        end local 2 // java.lang.Object[] array
        end local 1 // java.lang.Iterable elements
        end local 0 // java.util.Comparator comparator
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0  comparator  Ljava/util/Comparator<-TE;>;
            0    5     1    elements  Ljava/lang/Iterable<+TE;>;
            2    5     2       array  [Ljava/lang/Object;
    Signature: <E:Ljava/lang/Object;>(Ljava/util/Comparator<-TE;>;Ljava/lang/Iterable<+TE;>;)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
            Name  Flags
      comparator  
      elements    

  private static <E> com.google.common.collect.ImmutableList<E> construct([]);
    descriptor: ([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
    flags: (0x008a) ACC_PRIVATE, ACC_STATIC, ACC_VARARGS
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.lang.Object[] elements
         0: .line 348
            aload 0 /* elements */
            invokestatic com.google.common.collect.ObjectArrays.checkElementsNotNull:([Ljava/lang/Object;)[Ljava/lang/Object;
            invokestatic com.google.common.collect.ImmutableList.asImmutableList:([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
        end local 0 // java.lang.Object[] elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  elements  [Ljava/lang/Object;
    Signature: <E:Ljava/lang/Object;>([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
          Name  Flags
      elements  

  static <E> com.google.common.collect.ImmutableList<E> asImmutableList([]);
    descriptor: ([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.Object[] elements
         0: .line 357
            aload 0 /* elements */
            aload 0 /* elements */
            arraylength
            invokestatic com.google.common.collect.ImmutableList.asImmutableList:([Ljava/lang/Object;I)Lcom/google/common/collect/ImmutableList;
            areturn
        end local 0 // java.lang.Object[] elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0  elements  [Ljava/lang/Object;
    Signature: <E:Ljava/lang/Object;>([Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
          Name  Flags
      elements  

  static <E> com.google.common.collect.ImmutableList<E> asImmutableList([], int);
    descriptor: ([Ljava/lang/Object;I)Lcom/google/common/collect/ImmutableList;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.lang.Object[] elements
        start local 1 // int length
         0: .line 365
            iload 1 /* length */
            tableswitch { // 0 - 1
                    0: 1
                    1: 2
              default: 3
          }
         1: .line 367
      StackMap locals:
      StackMap stack:
            invokestatic com.google.common.collect.ImmutableList.of:()Lcom/google/common/collect/ImmutableList;
            areturn
         2: .line 369
      StackMap locals:
      StackMap stack:
            aload 0 /* elements */
            iconst_0
            aaload
            invokestatic com.google.common.collect.ImmutableList.of:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
         3: .line 371
      StackMap locals:
      StackMap stack:
            iload 1 /* length */
            aload 0 /* elements */
            arraylength
            if_icmpge 5
         4: .line 372
            aload 0 /* elements */
            iload 1 /* length */
            invokestatic java.util.Arrays.copyOf:([Ljava/lang/Object;I)[Ljava/lang/Object;
            astore 0 /* elements */
         5: .line 374
      StackMap locals:
      StackMap stack:
            new com.google.common.collect.RegularImmutableList
            dup
            aload 0 /* elements */
            invokespecial com.google.common.collect.RegularImmutableList.<init>:([Ljava/lang/Object;)V
            areturn
        end local 1 // int length
        end local 0 // java.lang.Object[] elements
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0  elements  [Ljava/lang/Object;
            0    6     1    length  I
    Signature: <E:Ljava/lang/Object;>([Ljava/lang/Object;I)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
          Name  Flags
      elements  
      length    

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableList this
         0: .line 378
            aload 0 /* this */
            invokespecial com.google.common.collect.ImmutableCollection.<init>:()V
            return
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableList<TE;>;

  public com.google.common.collect.UnmodifiableIterator<E> iterator();
    descriptor: ()Lcom/google/common/collect/UnmodifiableIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableList this
         0: .line 384
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableList.listIterator:()Lcom/google/common/collect/UnmodifiableListIterator;
            areturn
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableList<TE;>;
    Signature: ()Lcom/google/common/collect/UnmodifiableIterator<TE;>;

  public com.google.common.collect.UnmodifiableListIterator<E> listIterator();
    descriptor: ()Lcom/google/common/collect/UnmodifiableListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableList this
         0: .line 389
            aload 0 /* this */
            iconst_0
            invokevirtual com.google.common.collect.ImmutableList.listIterator:(I)Lcom/google/common/collect/UnmodifiableListIterator;
            areturn
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableList<TE;>;
    Signature: ()Lcom/google/common/collect/UnmodifiableListIterator<TE;>;

  public com.google.common.collect.UnmodifiableListIterator<E> listIterator(int);
    descriptor: (I)Lcom/google/common/collect/UnmodifiableListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // com.google.common.collect.ImmutableList this
        start local 1 // int index
         0: .line 394
            new com.google.common.collect.ImmutableList$1
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableList.size:()I
            iload 1 /* index */
            invokespecial com.google.common.collect.ImmutableList$1.<init>:(Lcom/google/common/collect/ImmutableList;II)V
            areturn
        end local 1 // int index
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/ImmutableList<TE;>;
            0    1     1  index  I
    Signature: (I)Lcom/google/common/collect/UnmodifiableListIterator<TE;>;
    MethodParameters:
       Name  Flags
      index  

  public void forEach(java.util.function.Consumer<? super E>);
    descriptor: (Ljava/util/function/Consumer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.google.common.collect.ImmutableList this
        start local 1 // java.util.function.Consumer consumer
         0: .line 404
            aload 1 /* consumer */
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 405
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableList.size:()I
            istore 2 /* n */
        start local 2 // int n
         2: .line 406
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 407
      StackMap locals: int int
      StackMap stack:
            aload 1 /* consumer */
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual com.google.common.collect.ImmutableList.get:(I)Ljava/lang/Object;
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         5: .line 406
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 2 /* n */
            if_icmplt 4
        end local 3 // int i
         7: .line 409
            return
        end local 2 // int n
        end local 1 // java.util.function.Consumer consumer
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lcom/google/common/collect/ImmutableList<TE;>;
            0    8     1  consumer  Ljava/util/function/Consumer<-TE;>;
            2    8     2         n  I
            3    7     3         i  I
    Signature: (Ljava/util/function/Consumer<-TE;>;)V
    MethodParameters:
          Name  Flags
      consumer  

  public int indexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.ImmutableList this
        start local 1 // java.lang.Object object
         0: .line 413
            aload 1 /* object */
            ifnonnull 1
            iconst_m1
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            aload 1 /* object */
            invokestatic com.google.common.collect.Lists.indexOfImpl:(Ljava/util/List;Ljava/lang/Object;)I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // java.lang.Object object
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/google/common/collect/ImmutableList<TE;>;
            0    3     1  object  Ljava/lang/Object;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
        Name  Flags
      object  

  public int lastIndexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.ImmutableList this
        start local 1 // java.lang.Object object
         0: .line 418
            aload 1 /* object */
            ifnonnull 1
            iconst_m1
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            aload 1 /* object */
            invokestatic com.google.common.collect.Lists.lastIndexOfImpl:(Ljava/util/List;Ljava/lang/Object;)I
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // java.lang.Object object
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/google/common/collect/ImmutableList<TE;>;
            0    3     1  object  Ljava/lang/Object;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
        Name  Flags
      object  

  public boolean contains(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.ImmutableList this
        start local 1 // java.lang.Object object
         0: .line 423
            aload 0 /* this */
            aload 1 /* object */
            invokevirtual com.google.common.collect.ImmutableList.indexOf:(Ljava/lang/Object;)I
            iflt 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/google/common/collect/ImmutableList<TE;>;
            0    2     1  object  Ljava/lang/Object;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
        Name  Flags
      object  

  public com.google.common.collect.ImmutableList<E> subList(int, int);
    descriptor: (II)Lcom/google/common/collect/ImmutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // com.google.common.collect.ImmutableList this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 435
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableList.size:()I
            invokestatic com.google.common.base.Preconditions.checkPositionIndexes:(III)V
         1: .line 436
            iload 2 /* toIndex */
            iload 1 /* fromIndex */
            isub
            istore 3 /* length */
        start local 3 // int length
         2: .line 437
            iload 3 /* length */
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableList.size:()I
            if_icmpne 4
         3: .line 438
            aload 0 /* this */
            areturn
         4: .line 439
      StackMap locals: int
      StackMap stack:
            iload 3 /* length */
            ifne 6
         5: .line 440
            invokestatic com.google.common.collect.ImmutableList.of:()Lcom/google/common/collect/ImmutableList;
            areturn
         6: .line 441
      StackMap locals:
      StackMap stack:
            iload 3 /* length */
            iconst_1
            if_icmpne 8
         7: .line 442
            aload 0 /* this */
            iload 1 /* fromIndex */
            invokevirtual com.google.common.collect.ImmutableList.get:(I)Ljava/lang/Object;
            invokestatic com.google.common.collect.ImmutableList.of:(Ljava/lang/Object;)Lcom/google/common/collect/ImmutableList;
            areturn
         8: .line 444
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            invokevirtual com.google.common.collect.ImmutableList.subListUnchecked:(II)Lcom/google/common/collect/ImmutableList;
            areturn
        end local 3 // int length
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lcom/google/common/collect/ImmutableList<TE;>;
            0    9     1  fromIndex  I
            0    9     2    toIndex  I
            2    9     3     length  I
    Signature: (II)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    

  com.google.common.collect.ImmutableList<E> subListUnchecked(int, int);
    descriptor: (II)Lcom/google/common/collect/ImmutableList;
    flags: (0x0000) 
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // com.google.common.collect.ImmutableList this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 453
            new com.google.common.collect.ImmutableList$SubList
            dup
            aload 0 /* this */
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            iload 1 /* fromIndex */
            isub
            invokespecial com.google.common.collect.ImmutableList$SubList.<init>:(Lcom/google/common/collect/ImmutableList;II)V
            areturn
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/google/common/collect/ImmutableList<TE;>;
            0    1     1  fromIndex  I
            0    1     2    toIndex  I
    Signature: (II)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    

  public final boolean addAll(int, java.util.Collection<? extends E>);
    descriptor: (ILjava/util/Collection;)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.collect.ImmutableList this
        start local 1 // int index
        start local 2 // java.util.Collection newElements
         0: .line 498
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // java.util.Collection newElements
        end local 1 // int index
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/google/common/collect/ImmutableList<TE;>;
            0    1     1        index  I
            0    1     2  newElements  Ljava/util/Collection<+TE;>;
    Signature: (ILjava/util/Collection<+TE;>;)Z
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
             Name  Flags
      index        
      newElements  

  public final E set(int, );
    descriptor: (ILjava/lang/Object;)Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.collect.ImmutableList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 511
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // java.lang.Object element
        end local 1 // int index
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/google/common/collect/ImmutableList<TE;>;
            0    1     1    index  I
            0    1     2  element  TE;
    Signature: (ITE;)TE;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
         Name  Flags
      index    
      element  

  public final void add(int, );
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.collect.ImmutableList this
        start local 1 // int index
        start local 2 // java.lang.Object element
         0: .line 523
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 2 // java.lang.Object element
        end local 1 // int index
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lcom/google/common/collect/ImmutableList<TE;>;
            0    1     1    index  I
            0    1     2  element  TE;
    Signature: (ITE;)V
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      index    
      element  

  public final E remove();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.ImmutableList this
        start local 1 // int index
         0: .line 536
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // int index
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/ImmutableList<TE;>;
            0    1     1  index  I
    Signature: (I)TE;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    RuntimeInvisibleAnnotations: 
      com.google.errorprone.annotations.CanIgnoreReturnValue()
    MethodParameters:
       Name  Flags
      index  

  public final void replaceAll(java.util.function.UnaryOperator<E>);
    descriptor: (Ljava/util/function/UnaryOperator;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.ImmutableList this
        start local 1 // java.util.function.UnaryOperator operator
         0: .line 548
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.util.function.UnaryOperator operator
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/google/common/collect/ImmutableList<TE;>;
            0    1     1  operator  Ljava/util/function/UnaryOperator<TE;>;
    Signature: (Ljava/util/function/UnaryOperator<TE;>;)V
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
          Name  Flags
      operator  

  public final void sort(java.util.Comparator<? super E>);
    descriptor: (Ljava/util/Comparator;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.ImmutableList this
        start local 1 // java.util.Comparator c
         0: .line 560
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // java.util.Comparator c
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableList<TE;>;
            0    1     1     c  Ljava/util/Comparator<-TE;>;
    Signature: (Ljava/util/Comparator<-TE;>;)V
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      c     

  public final com.google.common.collect.ImmutableList<E> asList();
    descriptor: ()Lcom/google/common/collect/ImmutableList;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableList this
         0: .line 570
            aload 0 /* this */
            areturn
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableList<TE;>;
    Signature: ()Lcom/google/common/collect/ImmutableList<TE;>;

  public java.util.Spliterator<E> spliterator();
    descriptor: ()Ljava/util/Spliterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableList this
         0: .line 575
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableList.size:()I
            sipush 1296
            aload 0 /* this */
            invokedynamic apply(Lcom/google/common/collect/ImmutableList;)Ljava/util/function/IntFunction;
              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:
                  (I)Ljava/lang/Object;
                  java/util/List.get(I)Ljava/lang/Object; (9 itf)
                  (I)Ljava/lang/Object;
            invokestatic com.google.common.collect.CollectSpliterators.indexed:(IILjava/util/function/IntFunction;)Ljava/util/Spliterator;
            areturn
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableList<TE;>;
    Signature: ()Ljava/util/Spliterator<TE;>;

  int copyIntoArray(java.lang.Object[], int);
    descriptor: ([Ljava/lang/Object;I)I
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.google.common.collect.ImmutableList this
        start local 1 // java.lang.Object[] dst
        start local 2 // int offset
         0: .line 581
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableList.size:()I
            istore 3 /* size */
        start local 3 // int size
         1: .line 582
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         2: goto 5
         3: .line 583
      StackMap locals: int int
      StackMap stack:
            aload 1 /* dst */
            iload 2 /* offset */
            iload 4 /* i */
            iadd
            aload 0 /* this */
            iload 4 /* i */
            invokevirtual com.google.common.collect.ImmutableList.get:(I)Ljava/lang/Object;
            aastore
         4: .line 582
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         5: iload 4 /* i */
            iload 3 /* size */
            if_icmplt 3
        end local 4 // int i
         6: .line 585
            iload 2 /* offset */
            iload 3 /* size */
            iadd
            ireturn
        end local 3 // int size
        end local 2 // int offset
        end local 1 // java.lang.Object[] dst
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lcom/google/common/collect/ImmutableList<TE;>;
            0    7     1     dst  [Ljava/lang/Object;
            0    7     2  offset  I
            1    7     3    size  I
            2    6     4       i  I
    MethodParameters:
        Name  Flags
      dst     
      offset  

  public com.google.common.collect.ImmutableList<E> reverse();
    descriptor: ()Lcom/google/common/collect/ImmutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableList this
         0: .line 596
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableList.size:()I
            iconst_1
            if_icmpgt 1
            aload 0 /* this */
            goto 2
      StackMap locals:
      StackMap stack:
         1: new com.google.common.collect.ImmutableList$ReverseImmutableList
            dup
            aload 0 /* this */
            invokespecial com.google.common.collect.ImmutableList$ReverseImmutableList.<init>:(Lcom/google/common/collect/ImmutableList;)V
      StackMap locals:
      StackMap stack: com.google.common.collect.ImmutableList
         2: areturn
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/google/common/collect/ImmutableList<TE;>;
    Signature: ()Lcom/google/common/collect/ImmutableList<TE;>;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.ImmutableList this
        start local 1 // java.lang.Object obj
         0: .line 661
            aload 0 /* this */
            aload 1 /* obj */
            invokestatic com.google.common.collect.Lists.equalsImpl:(Ljava/util/List;Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableList<TE;>;
            0    1     1   obj  Ljava/lang/Object;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.google.common.collect.ImmutableList this
         0: .line 666
            iconst_1
            istore 1 /* hashCode */
        start local 1 // int hashCode
         1: .line 667
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableList.size:()I
            istore 2 /* n */
        start local 2 // int n
         2: .line 668
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 7
         4: .line 669
      StackMap locals: int int int
      StackMap stack:
            bipush 31
            iload 1 /* hashCode */
            imul
            aload 0 /* this */
            iload 3 /* i */
            invokevirtual com.google.common.collect.ImmutableList.get:(I)Ljava/lang/Object;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* hashCode */
         5: .line 671
            iload 1 /* hashCode */
            iconst_m1
            ixor
            iconst_m1
            ixor
            istore 1 /* hashCode */
         6: .line 668
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 3 /* i */
            iload 2 /* n */
            if_icmplt 4
        end local 3 // int i
         8: .line 674
            iload 1 /* hashCode */
            ireturn
        end local 2 // int n
        end local 1 // int hashCode
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    9     0      this  Lcom/google/common/collect/ImmutableList<TE;>;
            1    9     1  hashCode  I
            2    9     2         n  I
            3    8     3         i  I

  private void readObject(java.io.ObjectInputStream);
    descriptor: (Ljava/io/ObjectInputStream;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.ImmutableList this
        start local 1 // java.io.ObjectInputStream stream
         0: .line 696
            new java.io.InvalidObjectException
            dup
            ldc "Use SerializedForm"
            invokespecial java.io.InvalidObjectException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.io.ObjectInputStream stream
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/google/common/collect/ImmutableList<TE;>;
            0    1     1  stream  Ljava/io/ObjectInputStream;
    Exceptions:
      throws java.io.InvalidObjectException
    MethodParameters:
        Name  Flags
      stream  

  java.lang.Object writeReplace();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableList this
         0: .line 701
            new com.google.common.collect.ImmutableList$SerializedForm
            dup
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableList.toArray:()[Ljava/lang/Object;
            invokespecial com.google.common.collect.ImmutableList$SerializedForm.<init>:([Ljava/lang/Object;)V
            areturn
        end local 0 // com.google.common.collect.ImmutableList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableList<TE;>;

  public static <E> com.google.common.collect.ImmutableList$Builder<E> builder();
    descriptor: ()Lcom/google/common/collect/ImmutableList$Builder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 709
            new com.google.common.collect.ImmutableList$Builder
            dup
            invokespecial com.google.common.collect.ImmutableList$Builder.<init>:()V
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Signature: <E:Ljava/lang/Object;>()Lcom/google/common/collect/ImmutableList$Builder<TE;>;

  public static <E> com.google.common.collect.ImmutableList$Builder<E> builderWithExpectedSize(int);
    descriptor: (I)Lcom/google/common/collect/ImmutableList$Builder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // int expectedSize
         0: .line 726
            iload 0 /* expectedSize */
            ldc "expectedSize"
            invokestatic com.google.common.collect.CollectPreconditions.checkNonnegative:(ILjava/lang/String;)I
            pop
         1: .line 727
            new com.google.common.collect.ImmutableList$Builder
            dup
            iload 0 /* expectedSize */
            invokespecial com.google.common.collect.ImmutableList$Builder.<init>:(I)V
            areturn
        end local 0 // int expectedSize
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0  expectedSize  I
    Signature: <E:Ljava/lang/Object;>(I)Lcom/google/common/collect/ImmutableList$Builder<TE;>;
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.Beta()
    MethodParameters:
              Name  Flags
      expectedSize  

  public java.util.Iterator iterator();
    descriptor: ()Ljava/util/Iterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.collect.ImmutableList.iterator:()Lcom/google/common/collect/UnmodifiableIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.ListIterator listIterator(int);
    descriptor: (I)Ljava/util/ListIterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual com.google.common.collect.ImmutableList.listIterator:(I)Lcom/google/common/collect/UnmodifiableListIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.ListIterator listIterator();
    descriptor: ()Ljava/util/ListIterator;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.collect.ImmutableList.listIterator:()Lcom/google/common/collect/UnmodifiableListIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.util.List subList(int, int);
    descriptor: (II)Ljava/util/List;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            iload 1
            iload 2
            invokevirtual com.google.common.collect.ImmutableList.subList:(II)Lcom/google/common/collect/ImmutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <E:Ljava/lang/Object;>Lcom/google/common/collect/ImmutableCollection<TE;>;Ljava/util/List<TE;>;Ljava/util/RandomAccess;
SourceFile: "ImmutableList.java"
NestMembers:
  com.google.common.collect.ImmutableList$1  com.google.common.collect.ImmutableList$Builder  com.google.common.collect.ImmutableList$ReverseImmutableList  com.google.common.collect.ImmutableList$SerializedForm  com.google.common.collect.ImmutableList$SubList
InnerClasses:
  com.google.common.collect.ImmutableList$1
  public final Builder = com.google.common.collect.ImmutableList$Builder of com.google.common.collect.ImmutableList
  private ReverseImmutableList = com.google.common.collect.ImmutableList$ReverseImmutableList of com.google.common.collect.ImmutableList
  SerializedForm = com.google.common.collect.ImmutableList$SerializedForm of com.google.common.collect.ImmutableList
  SubList = com.google.common.collect.ImmutableList$SubList of com.google.common.collect.ImmutableList
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtCompatible(serializable = true, emulated = true)