class com.google.common.collect.ImmutableList$1 extends com.google.common.collect.AbstractIndexedListIterator<E>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.ImmutableList$1
  super_class: com.google.common.collect.AbstractIndexedListIterator
{
  final com.google.common.collect.ImmutableList this$0;
    descriptor: Lcom/google/common/collect/ImmutableList;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.collect.ImmutableList, int, int);
    descriptor: (Lcom/google/common/collect/ImmutableList;II)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.google.common.collect.ImmutableList$1 this
        start local 2 // int $anonymous0
        start local 3 // int $anonymous1
         0: .line 392
            aload 0 /* this */
            aload 1
            putfield com.google.common.collect.ImmutableList$1.this$0:Lcom/google/common/collect/ImmutableList;
            aload 0 /* this */
            iload 2 /* $anonymous0 */
            iload 3 /* $anonymous1 */
            invokespecial com.google.common.collect.AbstractIndexedListIterator.<init>:(II)V
            return
        end local 3 // int $anonymous1
        end local 2 // int $anonymous0
        end local 0 // com.google.common.collect.ImmutableList$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/google/common/collect/ImmutableList$1;
            0    1     2  $anonymous0  I
            0    1     3  $anonymous1  I
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  
      $anonymous1  

  protected E get();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.ImmutableList$1 this
        start local 1 // int index
         0: .line 395
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableList$1.this$0: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.ImmutableList$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/ImmutableList$1;
            0    1     1  index  I
    Signature: (I)TE;
    MethodParameters:
       Name  Flags
      index  
}
Signature: Lcom/google/common/collect/AbstractIndexedListIterator<TE;>;
SourceFile: "ImmutableList.java"
EnclosingMethod: com.google.common.collect.ImmutableList.listIterator:(I)Lcom/google/common/collect/UnmodifiableListIterator;
NestHost: com.google.common.collect.ImmutableList
InnerClasses:
  com.google.common.collect.ImmutableList$1