class com.google.common.collect.RegularImmutableAsList<E> extends com.google.common.collect.ImmutableAsList<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.RegularImmutableAsList
  super_class: com.google.common.collect.ImmutableAsList
{
  private final com.google.common.collect.ImmutableCollection<E> delegate;
    descriptor: Lcom/google/common/collect/ImmutableCollection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/google/common/collect/ImmutableCollection<TE;>;

  private final com.google.common.collect.ImmutableList<? extends E> delegateList;
    descriptor: Lcom/google/common/collect/ImmutableList;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lcom/google/common/collect/ImmutableList<+TE;>;

  void <init>(com.google.common.collect.ImmutableCollection<E>, com.google.common.collect.ImmutableList<? extends E>);
    descriptor: (Lcom/google/common/collect/ImmutableCollection;Lcom/google/common/collect/ImmutableList;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.collect.RegularImmutableAsList this
        start local 1 // com.google.common.collect.ImmutableCollection delegate
        start local 2 // com.google.common.collect.ImmutableList delegateList
         0: .line 35
            aload 0 /* this */
            invokespecial com.google.common.collect.ImmutableAsList.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* delegate */
            putfield com.google.common.collect.RegularImmutableAsList.delegate:Lcom/google/common/collect/ImmutableCollection;
         2: .line 37
            aload 0 /* this */
            aload 2 /* delegateList */
            putfield com.google.common.collect.RegularImmutableAsList.delegateList:Lcom/google/common/collect/ImmutableList;
         3: .line 38
            return
        end local 2 // com.google.common.collect.ImmutableList delegateList
        end local 1 // com.google.common.collect.ImmutableCollection delegate
        end local 0 // com.google.common.collect.RegularImmutableAsList this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/google/common/collect/RegularImmutableAsList<TE;>;
            0    4     1      delegate  Lcom/google/common/collect/ImmutableCollection<TE;>;
            0    4     2  delegateList  Lcom/google/common/collect/ImmutableList<+TE;>;
    Signature: (Lcom/google/common/collect/ImmutableCollection<TE;>;Lcom/google/common/collect/ImmutableList<+TE;>;)V
    MethodParameters:
              Name  Flags
      delegate      
      delegateList  

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

  com.google.common.collect.ImmutableCollection<E> delegateCollection();
    descriptor: ()Lcom/google/common/collect/ImmutableCollection;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.RegularImmutableAsList this
         0: .line 46
            aload 0 /* this */
            getfield com.google.common.collect.RegularImmutableAsList.delegate:Lcom/google/common/collect/ImmutableCollection;
            areturn
        end local 0 // com.google.common.collect.RegularImmutableAsList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/RegularImmutableAsList<TE;>;
    Signature: ()Lcom/google/common/collect/ImmutableCollection<TE;>;

  com.google.common.collect.ImmutableList<? extends E> delegateList();
    descriptor: ()Lcom/google/common/collect/ImmutableList;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.RegularImmutableAsList this
         0: .line 50
            aload 0 /* this */
            getfield com.google.common.collect.RegularImmutableAsList.delegateList:Lcom/google/common/collect/ImmutableList;
            areturn
        end local 0 // com.google.common.collect.RegularImmutableAsList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/RegularImmutableAsList<TE;>;
    Signature: ()Lcom/google/common/collect/ImmutableList<+TE;>;

  public com.google.common.collect.UnmodifiableListIterator<E> listIterator(int);
    descriptor: (I)Lcom/google/common/collect/UnmodifiableListIterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.RegularImmutableAsList this
        start local 1 // int index
         0: .line 56
            aload 0 /* this */
            getfield com.google.common.collect.RegularImmutableAsList.delegateList:Lcom/google/common/collect/ImmutableList;
            iload 1 /* index */
            invokevirtual com.google.common.collect.ImmutableList.listIterator:(I)Lcom/google/common/collect/UnmodifiableListIterator;
            areturn
        end local 1 // int index
        end local 0 // com.google.common.collect.RegularImmutableAsList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/RegularImmutableAsList<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=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.RegularImmutableAsList this
        start local 1 // java.util.function.Consumer action
         0: .line 62
            aload 0 /* this */
            getfield com.google.common.collect.RegularImmutableAsList.delegateList:Lcom/google/common/collect/ImmutableList;
            aload 1 /* action */
            invokevirtual com.google.common.collect.ImmutableList.forEach:(Ljava/util/function/Consumer;)V
         1: .line 63
            return
        end local 1 // java.util.function.Consumer action
        end local 0 // com.google.common.collect.RegularImmutableAsList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/google/common/collect/RegularImmutableAsList<TE;>;
            0    2     1  action  Ljava/util/function/Consumer<-TE;>;
    Signature: (Ljava/util/function/Consumer<-TE;>;)V
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()
    MethodParameters:
        Name  Flags
      action  

  int copyIntoArray(java.lang.Object[], int);
    descriptor: ([Ljava/lang/Object;I)I
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.collect.RegularImmutableAsList this
        start local 1 // java.lang.Object[] dst
        start local 2 // int offset
         0: .line 68
            aload 0 /* this */
            getfield com.google.common.collect.RegularImmutableAsList.delegateList:Lcom/google/common/collect/ImmutableList;
            aload 1 /* dst */
            iload 2 /* offset */
            invokevirtual com.google.common.collect.ImmutableList.copyIntoArray:([Ljava/lang/Object;I)I
            ireturn
        end local 2 // int offset
        end local 1 // java.lang.Object[] dst
        end local 0 // com.google.common.collect.RegularImmutableAsList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/google/common/collect/RegularImmutableAsList<TE;>;
            0    1     1     dst  [Ljava/lang/Object;
            0    1     2  offset  I
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()
    MethodParameters:
        Name  Flags
      dst     
      offset  

  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.RegularImmutableAsList this
        start local 1 // int index
         0: .line 73
            aload 0 /* this */
            getfield com.google.common.collect.RegularImmutableAsList.delegateList:Lcom/google/common/collect/ImmutableList;
            iload 1 /* index */
            invokevirtual com.google.common.collect.ImmutableList.get:(I)Ljava/lang/Object;
            areturn
        end local 1 // int index
        end local 0 // com.google.common.collect.RegularImmutableAsList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/RegularImmutableAsList<TE;>;
            0    1     1  index  I
    Signature: (I)TE;
    MethodParameters:
       Name  Flags
      index  

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