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 start local 1 0: aload 0
invokespecial com.google.common.collect.ImmutableList.<init>:()V
1: aload 0
aload 1
putfield com.google.common.collect.ImmutableList$ReverseImmutableList.forwardList:Lcom/google/common/collect/ImmutableList;
2: return
end local 1 end local 0 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 start local 1 0: aload 0
invokevirtual com.google.common.collect.ImmutableList$ReverseImmutableList.size:()I
iconst_1
isub
iload 1
isub
ireturn
end local 1 end local 0 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 start local 1 0: aload 0
invokevirtual com.google.common.collect.ImmutableList$ReverseImmutableList.size:()I
iload 1
isub
ireturn
end local 1 end local 0 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 0: aload 0
getfield com.google.common.collect.ImmutableList$ReverseImmutableList.forwardList:Lcom/google/common/collect/ImmutableList;
areturn
end local 0 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 start local 1 0: aload 0
getfield com.google.common.collect.ImmutableList$ReverseImmutableList.forwardList:Lcom/google/common/collect/ImmutableList;
aload 1
invokevirtual com.google.common.collect.ImmutableList.contains:(Ljava/lang/Object;)Z
ireturn
end local 1 end local 0 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 start local 1 0: aload 0
getfield com.google.common.collect.ImmutableList$ReverseImmutableList.forwardList:Lcom/google/common/collect/ImmutableList;
aload 1
invokevirtual com.google.common.collect.ImmutableList.lastIndexOf:(Ljava/lang/Object;)I
istore 2
start local 2 1: iload 2
iflt 2
aload 0
iload 2
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 end local 1 end local 0 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 start local 1 0: aload 0
getfield com.google.common.collect.ImmutableList$ReverseImmutableList.forwardList:Lcom/google/common/collect/ImmutableList;
aload 1
invokevirtual com.google.common.collect.ImmutableList.indexOf:(Ljava/lang/Object;)I
istore 2
start local 2 1: iload 2
iflt 2
aload 0
iload 2
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 end local 1 end local 0 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 start local 1 start local 2 0: iload 1
iload 2
aload 0
invokevirtual com.google.common.collect.ImmutableList$ReverseImmutableList.size:()I
invokestatic com.google.common.base.Preconditions.checkPositionIndexes:(III)V
1: aload 0
getfield com.google.common.collect.ImmutableList$ReverseImmutableList.forwardList:Lcom/google/common/collect/ImmutableList;
aload 0
iload 2
invokevirtual com.google.common.collect.ImmutableList$ReverseImmutableList.reversePosition:(I)I
aload 0
iload 1
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 end local 1 end local 0 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 start local 1 0: iload 1
aload 0
invokevirtual com.google.common.collect.ImmutableList$ReverseImmutableList.size:()I
invokestatic com.google.common.base.Preconditions.checkElementIndex:(II)I
pop
1: aload 0
getfield com.google.common.collect.ImmutableList$ReverseImmutableList.forwardList:Lcom/google/common/collect/ImmutableList;
aload 0
iload 1
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 end local 0 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 0: aload 0
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 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 0: aload 0
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 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: 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