private static final class ImmutableTable.MutableCell<R,C,V> extends Tables.AbstractCell<R,C,V>
Modifier and Type | Field and Description |
---|---|
private C |
column |
private R |
row |
private V |
value |
Constructor and Description |
---|
MutableCell(R row,
C column,
V value) |
Modifier and Type | Method and Description |
---|---|
C |
getColumnKey()
Returns the column key of this cell.
|
R |
getRowKey()
Returns the row key of this cell.
|
V |
getValue()
Returns the value of this cell.
|
(package private) void |
merge(V value,
java.util.function.BinaryOperator<V> mergeFunction) |
equals, hashCode, toString
public R getRowKey()
Table.Cell
public C getColumnKey()
Table.Cell
public V getValue()
Table.Cell