class com.google.common.collect.ArrayTable$3 extends com.google.common.collect.AbstractIndexedListIterator<V>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.collect.ArrayTable$3
super_class: com.google.common.collect.AbstractIndexedListIterator
{
final com.google.common.collect.ArrayTable this$0;
descriptor: Lcom/google/common/collect/ArrayTable;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.google.common.collect.ArrayTable, int);
descriptor: (Lcom/google/common/collect/ArrayTable;I)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield com.google.common.collect.ArrayTable$3.this$0:Lcom/google/common/collect/ArrayTable;
aload 0
iload 2
invokespecial com.google.common.collect.AbstractIndexedListIterator.<init>:(I)V
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/ArrayTable$3;
0 1 2 $anonymous0 I
MethodParameters:
Name Flags
this$0 final
$anonymous0
protected V get();
descriptor: (I)Ljava/lang/Object;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.google.common.collect.ArrayTable$3.this$0:Lcom/google/common/collect/ArrayTable;
iload 1
invokevirtual com.google.common.collect.ArrayTable.getValue:(I)Ljava/lang/Object;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/ArrayTable$3;
0 1 1 index I
Signature: (I)TV;
MethodParameters:
Name Flags
index
}
Signature: Lcom/google/common/collect/AbstractIndexedListIterator<TV;>;
SourceFile: "ArrayTable.java"
EnclosingMethod: com.google.common.collect.ArrayTable.valuesIterator:()Ljava/util/Iterator;
NestHost: com.google.common.collect.ArrayTable
InnerClasses:
com.google.common.collect.ArrayTable$3