class com.google.common.collect.RegularImmutableList<E> extends com.google.common.collect.ImmutableList<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.RegularImmutableList
  super_class: com.google.common.collect.ImmutableList
{
  static final com.google.common.collect.ImmutableList<java.lang.Object> EMPTY;
    descriptor: Lcom/google/common/collect/ImmutableList;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Lcom/google/common/collect/ImmutableList<Ljava/lang/Object;>;

  final transient java.lang.Object[] array;
    descriptor: [Ljava/lang/Object;
    flags: (0x0090) ACC_FINAL, ACC_TRANSIENT
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 32
            new com.google.common.collect.RegularImmutableList
            dup
            iconst_0
            anewarray java.lang.Object
            invokespecial com.google.common.collect.RegularImmutableList.<init>:([Ljava/lang/Object;)V
            putstatic com.google.common.collect.RegularImmutableList.EMPTY:Lcom/google/common/collect/ImmutableList;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.RegularImmutableList this
        start local 1 // java.lang.Object[] array
         0: .line 36
            aload 0 /* this */
            invokespecial com.google.common.collect.ImmutableList.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* array */
            putfield com.google.common.collect.RegularImmutableList.array:[Ljava/lang/Object;
         2: .line 38
            return
        end local 1 // java.lang.Object[] array
        end local 0 // com.google.common.collect.RegularImmutableList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/google/common/collect/RegularImmutableList<TE;>;
            0    3     1  array  [Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      array  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.RegularImmutableList this
         0: .line 42
            aload 0 /* this */
            getfield com.google.common.collect.RegularImmutableList.array:[Ljava/lang/Object;
            arraylength
            ireturn
        end local 0 // com.google.common.collect.RegularImmutableList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/RegularImmutableList<TE;>;

  boolean isPartialView();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.RegularImmutableList this
         0: .line 47
            iconst_0
            ireturn
        end local 0 // com.google.common.collect.RegularImmutableList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/RegularImmutableList<TE;>;

  int copyIntoArray(java.lang.Object[], int);
    descriptor: ([Ljava/lang/Object;I)I
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.google.common.collect.RegularImmutableList this
        start local 1 // java.lang.Object[] dst
        start local 2 // int dstOff
         0: .line 52
            aload 0 /* this */
            getfield com.google.common.collect.RegularImmutableList.array:[Ljava/lang/Object;
            iconst_0
            aload 1 /* dst */
            iload 2 /* dstOff */
            aload 0 /* this */
            getfield com.google.common.collect.RegularImmutableList.array:[Ljava/lang/Object;
            arraylength
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         1: .line 53
            iload 2 /* dstOff */
            aload 0 /* this */
            getfield com.google.common.collect.RegularImmutableList.array:[Ljava/lang/Object;
            arraylength
            iadd
            ireturn
        end local 2 // int dstOff
        end local 1 // java.lang.Object[] dst
        end local 0 // com.google.common.collect.RegularImmutableList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/google/common/collect/RegularImmutableList<TE;>;
            0    2     1     dst  [Ljava/lang/Object;
            0    2     2  dstOff  I
    MethodParameters:
        Name  Flags
      dst     
      dstOff  

  public E get();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.RegularImmutableList this
        start local 1 // int index
         0: .line 60
            aload 0 /* this */
            getfield com.google.common.collect.RegularImmutableList.array:[Ljava/lang/Object;
            iload 1 /* index */
            aaload
            areturn
        end local 1 // int index
        end local 0 // com.google.common.collect.RegularImmutableList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/RegularImmutableList<TE;>;
            0    1     1  index  I
    Signature: (I)TE;
    MethodParameters:
       Name  Flags
      index  

  public com.google.common.collect.UnmodifiableListIterator<E> listIterator(int);
    descriptor: (I)Lcom/google/common/collect/UnmodifiableListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.google.common.collect.RegularImmutableList this
        start local 1 // int index
         0: .line 68
            aload 0 /* this */
            getfield com.google.common.collect.RegularImmutableList.array:[Ljava/lang/Object;
            iconst_0
            aload 0 /* this */
            getfield com.google.common.collect.RegularImmutableList.array:[Ljava/lang/Object;
            arraylength
            iload 1 /* index */
            invokestatic com.google.common.collect.Iterators.forArray:([Ljava/lang/Object;III)Lcom/google/common/collect/UnmodifiableListIterator;
            areturn
        end local 1 // int index
        end local 0 // com.google.common.collect.RegularImmutableList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/RegularImmutableList<TE;>;
            0    1     1  index  I
    Signature: (I)Lcom/google/common/collect/UnmodifiableListIterator<TE;>;
    MethodParameters:
       Name  Flags
      index  

  public java.util.Spliterator<E> spliterator();
    descriptor: ()Ljava/util/Spliterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.RegularImmutableList this
         0: .line 73
            aload 0 /* this */
            getfield com.google.common.collect.RegularImmutableList.array:[Ljava/lang/Object;
            sipush 1296
            invokestatic java.util.Spliterators.spliterator:([Ljava/lang/Object;I)Ljava/util/Spliterator;
            areturn
        end local 0 // com.google.common.collect.RegularImmutableList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/RegularImmutableList<TE;>;
    Signature: ()Ljava/util/Spliterator<TE;>;

  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.RegularImmutableList.listIterator:(I)Lcom/google/common/collect/UnmodifiableListIterator;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <E:Ljava/lang/Object;>Lcom/google/common/collect/ImmutableList<TE;>;
SourceFile: "RegularImmutableList.java"
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtCompatible(serializable = true, emulated = true)