class com.google.common.collect.ArrayTable$1 extends com.google.common.collect.AbstractIndexedListIterator<com.google.common.collect.Table$Cell<R, C, V>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.google.common.collect.ArrayTable$1
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$1.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$1;
0 1 2 $anonymous0 I
MethodParameters:
Name Flags
this$0 final
$anonymous0
protected com.google.common.collect.Table$Cell<R, C, V> get(int);
descriptor: (I)Lcom/google/common/collect/Table$Cell;
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$1.this$0:Lcom/google/common/collect/ArrayTable;
iload 1
invokevirtual com.google.common.collect.ArrayTable.getCell:(I)Lcom/google/common/collect/Table$Cell;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/collect/ArrayTable$1;
0 1 1 index I
Signature: (I)Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;
MethodParameters:
Name Flags
index final
protected java.lang.Object get(int);
descriptor: (I)Ljava/lang/Object;
flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual com.google.common.collect.ArrayTable$1.get:(I)Lcom/google/common/collect/Table$Cell;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lcom/google/common/collect/AbstractIndexedListIterator<Lcom/google/common/collect/Table$Cell<TR;TC;TV;>;>;
SourceFile: "ArrayTable.java"
EnclosingMethod: com.google.common.collect.ArrayTable.cellIterator:()Ljava/util/Iterator;
NestHost: com.google.common.collect.ArrayTable
InnerClasses:
com.google.common.collect.ArrayTable$1
public abstract Cell = com.google.common.collect.Table$Cell of com.google.common.collect.Table