class com.google.common.collect.ArrayTable$2 extends com.google.common.collect.Tables$AbstractCell<R, C, V>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.collect.ArrayTable$2
  super_class: com.google.common.collect.Tables$AbstractCell
{
  final int rowIndex;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  final int columnIndex;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  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=3, locals=3, args_size=3
        start local 0 // com.google.common.collect.ArrayTable$2 this
         0: .line 544
            aload 0 /* this */
            aload 1
            putfield com.google.common.collect.ArrayTable$2.this$0:Lcom/google/common/collect/ArrayTable;
            aload 0 /* this */
            invokespecial com.google.common.collect.Tables$AbstractCell.<init>:()V
         1: .line 545
            aload 0 /* this */
            iload 2
            aload 1
            getfield com.google.common.collect.ArrayTable.columnList:Lcom/google/common/collect/ImmutableList;
            invokevirtual com.google.common.collect.ImmutableList.size:()I
            idiv
            putfield com.google.common.collect.ArrayTable$2.rowIndex:I
         2: .line 546
            aload 0 /* this */
            iload 2
            aload 1
            getfield com.google.common.collect.ArrayTable.columnList:Lcom/google/common/collect/ImmutableList;
            invokevirtual com.google.common.collect.ImmutableList.size:()I
            irem
            putfield com.google.common.collect.ArrayTable$2.columnIndex:I
         3: .line 544
            return
        end local 0 // com.google.common.collect.ArrayTable$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/google/common/collect/ArrayTable$2;
    MethodParameters:
           Name  Flags
      this$0     final
      val$index  final

  public R getRowKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.ArrayTable$2 this
         0: .line 550
            aload 0 /* this */
            getfield com.google.common.collect.ArrayTable$2.this$0:Lcom/google/common/collect/ArrayTable;
            getfield com.google.common.collect.ArrayTable.rowList:Lcom/google/common/collect/ImmutableList;
            aload 0 /* this */
            getfield com.google.common.collect.ArrayTable$2.rowIndex:I
            invokevirtual com.google.common.collect.ImmutableList.get:(I)Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.ArrayTable$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ArrayTable$2;
    Signature: ()TR;

  public C getColumnKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.collect.ArrayTable$2 this
         0: .line 555
            aload 0 /* this */
            getfield com.google.common.collect.ArrayTable$2.this$0:Lcom/google/common/collect/ArrayTable;
            getfield com.google.common.collect.ArrayTable.columnList:Lcom/google/common/collect/ImmutableList;
            aload 0 /* this */
            getfield com.google.common.collect.ArrayTable$2.columnIndex:I
            invokevirtual com.google.common.collect.ImmutableList.get:(I)Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.ArrayTable$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ArrayTable$2;
    Signature: ()TC;

  public V getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.collect.ArrayTable$2 this
         0: .line 560
            aload 0 /* this */
            getfield com.google.common.collect.ArrayTable$2.this$0:Lcom/google/common/collect/ArrayTable;
            aload 0 /* this */
            getfield com.google.common.collect.ArrayTable$2.rowIndex:I
            aload 0 /* this */
            getfield com.google.common.collect.ArrayTable$2.columnIndex:I
            invokevirtual com.google.common.collect.ArrayTable.at:(II)Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.ArrayTable$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/ArrayTable$2;
    Signature: ()TV;
}
Signature: Lcom/google/common/collect/Tables$AbstractCell<TR;TC;TV;>;
SourceFile: "ArrayTable.java"
EnclosingMethod: com.google.common.collect.ArrayTable.getCell:(I)Lcom/google/common/collect/Table$Cell;
NestHost: com.google.common.collect.ArrayTable
InnerClasses:
  com.google.common.collect.ArrayTable$2
  public abstract Cell = com.google.common.collect.Table$Cell of com.google.common.collect.Table
  abstract AbstractCell = com.google.common.collect.Tables$AbstractCell of com.google.common.collect.Tables