class com.google.common.collect.ImmutableList$ReverseImmutableList<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.ImmutableList$ReverseImmutableList
  super_class: com.google.common.collect.ImmutableList
{
  private final transient com.google.common.collect.ImmutableList<E> forwardList;
    descriptor: Lcom/google/common/collect/ImmutableList;
    flags: (0x0092) ACC_PRIVATE, ACC_FINAL, ACC_TRANSIENT
    Signature: Lcom/google/common/collect/ImmutableList<TE;>;

  void <init>(com.google.common.collect.ImmutableList<E>);
    descriptor: (Lcom/google/common/collect/ImmutableList;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
        start local 1 // com.google.common.collect.ImmutableList backingList
         0: .line 600
            aload 0 /* this */
            invokespecial com.google.common.collect.ImmutableList.<init>:()V
         1: .line 601
            aload 0 /* this */
            aload 1 /* backingList */
            putfield com.google.common.collect.ImmutableList$ReverseImmutableList.forwardList:Lcom/google/common/collect/ImmutableList;
         2: .line 602
            return
        end local 1 // com.google.common.collect.ImmutableList backingList
        end local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/google/common/collect/ImmutableList$ReverseImmutableList<TE;>;
            0    3     1  backingList  Lcom/google/common/collect/ImmutableList<TE;>;
    Signature: (Lcom/google/common/collect/ImmutableList<TE;>;)V
    MethodParameters:
             Name  Flags
      backingList  

  private int reverseIndex(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
        start local 1 // int index
         0: .line 605
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableList$ReverseImmutableList.size:()I
            iconst_1
            isub
            iload 1 /* index */
            isub
            ireturn
        end local 1 // int index
        end local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/ImmutableList$ReverseImmutableList<TE;>;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  private int reversePosition(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
        start local 1 // int index
         0: .line 609
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableList$ReverseImmutableList.size:()I
            iload 1 /* index */
            isub
            ireturn
        end local 1 // int index
        end local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/google/common/collect/ImmutableList$ReverseImmutableList<TE;>;
            0    1     1  index  I
    MethodParameters:
       Name  Flags
      index  

  public com.google.common.collect.ImmutableList<E> reverse();
    descriptor: ()Lcom/google/common/collect/ImmutableList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
         0: .line 614
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableList$ReverseImmutableList.forwardList:Lcom/google/common/collect/ImmutableList;
            areturn
        end local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableList$ReverseImmutableList<TE;>;
    Signature: ()Lcom/google/common/collect/ImmutableList<TE;>;

  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$ReverseImmutableList this
        start local 1 // java.lang.Object object
         0: .line 619
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableList$ReverseImmutableList.forwardList:Lcom/google/common/collect/ImmutableList;
            aload 1 /* object */
            invokevirtual com.google.common.collect.ImmutableList.contains:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.Object object
        end local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/google/common/collect/ImmutableList$ReverseImmutableList<TE;>;
            0    1     1  object  Ljava/lang/Object;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
        Name  Flags
      object  

  public int indexOf(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
        start local 1 // java.lang.Object object
         0: .line 624
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableList$ReverseImmutableList.forwardList:Lcom/google/common/collect/ImmutableList;
            aload 1 /* object */
            invokevirtual com.google.common.collect.ImmutableList.lastIndexOf:(Ljava/lang/Object;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 625
            iload 2 /* index */
            iflt 2
            aload 0 /* this */
            iload 2 /* index */
            invokevirtual com.google.common.collect.ImmutableList$ReverseImmutableList.reverseIndex:(I)I
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_m1
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 2 // int index
        end local 1 // java.lang.Object object
        end local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/google/common/collect/ImmutableList$ReverseImmutableList<TE;>;
            0    4     1  object  Ljava/lang/Object;
            1    4     2   index  I
    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=3, args_size=2
        start local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
        start local 1 // java.lang.Object object
         0: .line 630
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableList$ReverseImmutableList.forwardList:Lcom/google/common/collect/ImmutableList;
            aload 1 /* object */
            invokevirtual com.google.common.collect.ImmutableList.indexOf:(Ljava/lang/Object;)I
            istore 2 /* index */
        start local 2 // int index
         1: .line 631
            iload 2 /* index */
            iflt 2
            aload 0 /* this */
            iload 2 /* index */
            invokevirtual com.google.common.collect.ImmutableList$ReverseImmutableList.reverseIndex:(I)I
            goto 3
      StackMap locals: int
      StackMap stack:
         2: iconst_m1
      StackMap locals:
      StackMap stack: int
         3: ireturn
        end local 2 // int index
        end local 1 // java.lang.Object object
        end local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/google/common/collect/ImmutableList$ReverseImmutableList<TE;>;
            0    4     1  object  Ljava/lang/Object;
            1    4     2   index  I
    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=4, locals=3, args_size=3
        start local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
        start local 1 // int fromIndex
        start local 2 // int toIndex
         0: .line 636
            iload 1 /* fromIndex */
            iload 2 /* toIndex */
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableList$ReverseImmutableList.size:()I
            invokestatic com.google.common.base.Preconditions.checkPositionIndexes:(III)V
         1: .line 637
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableList$ReverseImmutableList.forwardList:Lcom/google/common/collect/ImmutableList;
            aload 0 /* this */
            iload 2 /* toIndex */
            invokevirtual com.google.common.collect.ImmutableList$ReverseImmutableList.reversePosition:(I)I
            aload 0 /* this */
            iload 1 /* fromIndex */
            invokevirtual com.google.common.collect.ImmutableList$ReverseImmutableList.reversePosition:(I)I
            invokevirtual com.google.common.collect.ImmutableList.subList:(II)Lcom/google/common/collect/ImmutableList;
            invokevirtual com.google.common.collect.ImmutableList.reverse:()Lcom/google/common/collect/ImmutableList;
            areturn
        end local 2 // int toIndex
        end local 1 // int fromIndex
        end local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/google/common/collect/ImmutableList$ReverseImmutableList<TE;>;
            0    2     1  fromIndex  I
            0    2     2    toIndex  I
    Signature: (II)Lcom/google/common/collect/ImmutableList<TE;>;
    MethodParameters:
           Name  Flags
      fromIndex  
      toIndex    

  public E get();
    descriptor: (I)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
        start local 1 // int index
         0: .line 642
            iload 1 /* index */
            aload 0 /* this */
            invokevirtual com.google.common.collect.ImmutableList$ReverseImmutableList.size:()I
            invokestatic com.google.common.base.Preconditions.checkElementIndex:(II)I
            pop
         1: .line 643
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableList$ReverseImmutableList.forwardList:Lcom/google/common/collect/ImmutableList;
            aload 0 /* this */
            iload 1 /* index */
            invokevirtual com.google.common.collect.ImmutableList$ReverseImmutableList.reverseIndex:(I)I
            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$ReverseImmutableList this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/google/common/collect/ImmutableList$ReverseImmutableList<TE;>;
            0    2     1  index  I
    Signature: (I)TE;
    MethodParameters:
       Name  Flags
      index  

  public int size();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
         0: .line 648
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableList$ReverseImmutableList.forwardList:Lcom/google/common/collect/ImmutableList;
            invokevirtual com.google.common.collect.ImmutableList.size:()I
            ireturn
        end local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableList$ReverseImmutableList<TE;>;

  boolean isPartialView();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
         0: .line 653
            aload 0 /* this */
            getfield com.google.common.collect.ImmutableList$ReverseImmutableList.forwardList:Lcom/google/common/collect/ImmutableList;
            invokevirtual com.google.common.collect.ImmutableList.isPartialView:()Z
            ireturn
        end local 0 // com.google.common.collect.ImmutableList$ReverseImmutableList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ImmutableList$ReverseImmutableList<TE;>;

  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$ReverseImmutableList.subList:(II)Lcom/google/common/collect/ImmutableList;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <E:Ljava/lang/Object;>Lcom/google/common/collect/ImmutableList<TE;>;
SourceFile: "ImmutableList.java"
NestHost: com.google.common.collect.ImmutableList
InnerClasses:
  private ReverseImmutableList = com.google.common.collect.ImmutableList$ReverseImmutableList of com.google.common.collect.ImmutableList