final class com.google.common.collect.Tables$ImmutableCell extends com.google.common.collect.Tables$AbstractCell implements java.io.Serializable
{
private final java.lang.Object rowKey;
private final java.lang.Object columnKey;
private final java.lang.Object value;
private static final long serialVersionUID;
void <init>(java.lang.Object, java.lang.Object, java.lang.Object)
{
com.google.common.collect.Tables$ImmutableCell v;
java.lang.Object v, v, v;
v := @this: com.google.common.collect.Tables$ImmutableCell;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.Object;
v := @parameter: java.lang.Object;
specialinvoke v.<com.google.common.collect.Tables$AbstractCell: void <init>()>();
v.<com.google.common.collect.Tables$ImmutableCell: java.lang.Object rowKey> = v;
v.<com.google.common.collect.Tables$ImmutableCell: java.lang.Object columnKey> = v;
v.<com.google.common.collect.Tables$ImmutableCell: java.lang.Object value> = v;
return;
}
public java.lang.Object getRowKey()
{
java.lang.Object v;
com.google.common.collect.Tables$ImmutableCell v;
v := @this: com.google.common.collect.Tables$ImmutableCell;
v = v.<com.google.common.collect.Tables$ImmutableCell: java.lang.Object rowKey>;
return v;
}
public java.lang.Object getColumnKey()
{
java.lang.Object v;
com.google.common.collect.Tables$ImmutableCell v;
v := @this: com.google.common.collect.Tables$ImmutableCell;
v = v.<com.google.common.collect.Tables$ImmutableCell: java.lang.Object columnKey>;
return v;
}
public java.lang.Object getValue()
{
java.lang.Object v;
com.google.common.collect.Tables$ImmutableCell v;
v := @this: com.google.common.collect.Tables$ImmutableCell;
v = v.<com.google.common.collect.Tables$ImmutableCell: java.lang.Object value>;
return v;
}
}