final class com.google.common.collect.Tables$ImmutableCell<R, C, V> extends com.google.common.collect.Tables$AbstractCell<R, C, V> implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.collect.Tables$ImmutableCell
  super_class: com.google.common.collect.Tables$AbstractCell
{
  private final R rowKey;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TR;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.Nullable()

  private final C columnKey;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TC;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.Nullable()

  private final V value;
    descriptor: Ljava/lang/Object;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TV;
    RuntimeVisibleTypeAnnotations: 
      FIELD
        org.checkerframework.checker.nullness.qual.Nullable()

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  void <init>(R, C, );
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.google.common.collect.Tables$ImmutableCell this
        start local 1 // java.lang.Object rowKey
        start local 2 // java.lang.Object columnKey
        start local 3 // java.lang.Object value
         0: .line 158
            aload 0 /* this */
            invokespecial com.google.common.collect.Tables$AbstractCell.<init>:()V
         1: .line 159
            aload 0 /* this */
            aload 1 /* rowKey */
            putfield com.google.common.collect.Tables$ImmutableCell.rowKey:Ljava/lang/Object;
         2: .line 160
            aload 0 /* this */
            aload 2 /* columnKey */
            putfield com.google.common.collect.Tables$ImmutableCell.columnKey:Ljava/lang/Object;
         3: .line 161
            aload 0 /* this */
            aload 3 /* value */
            putfield com.google.common.collect.Tables$ImmutableCell.value:Ljava/lang/Object;
         4: .line 162
            return
        end local 3 // java.lang.Object value
        end local 2 // java.lang.Object columnKey
        end local 1 // java.lang.Object rowKey
        end local 0 // com.google.common.collect.Tables$ImmutableCell this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/google/common/collect/Tables$ImmutableCell<TR;TC;TV;>;
            0    5     1     rowKey  TR;
            0    5     2  columnKey  TC;
            0    5     3      value  TV;
    Signature: (TR;TC;TV;)V
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
      METHOD_FORMAL_PARAMETER
        org.checkerframework.checker.nullness.qual.Nullable()
    MethodParameters:
           Name  Flags
      rowKey     
      columnKey  
      value      

  public R getRowKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.Tables$ImmutableCell this
         0: .line 166
            aload 0 /* this */
            getfield com.google.common.collect.Tables$ImmutableCell.rowKey:Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.Tables$ImmutableCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Tables$ImmutableCell<TR;TC;TV;>;
    Signature: ()TR;

  public C getColumnKey();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.Tables$ImmutableCell this
         0: .line 171
            aload 0 /* this */
            getfield com.google.common.collect.Tables$ImmutableCell.columnKey:Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.Tables$ImmutableCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Tables$ImmutableCell<TR;TC;TV;>;
    Signature: ()TC;

  public V getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.collect.Tables$ImmutableCell this
         0: .line 176
            aload 0 /* this */
            getfield com.google.common.collect.Tables$ImmutableCell.value:Ljava/lang/Object;
            areturn
        end local 0 // com.google.common.collect.Tables$ImmutableCell this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/collect/Tables$ImmutableCell<TR;TC;TV;>;
    Signature: ()TV;
}
Signature: <R:Ljava/lang/Object;C:Ljava/lang/Object;V:Ljava/lang/Object;>Lcom/google/common/collect/Tables$AbstractCell<TR;TC;TV;>;Ljava/io/Serializable;
SourceFile: "Tables.java"
NestHost: com.google.common.collect.Tables
InnerClasses:
  abstract AbstractCell = com.google.common.collect.Tables$AbstractCell of com.google.common.collect.Tables
  final ImmutableCell = com.google.common.collect.Tables$ImmutableCell of com.google.common.collect.Tables