Generated by
JDiff

Interface com.google.common.collect.Table.Cell

Changed Methods
boolean equals(Object) Change in signature from Object to java.lang.Object.
Compares the specified object with this cell for equality.
C extends Object getColumnKey() Change in return type from C to (C extends Object).
Returns the column key of this cell.
R extends Object getRowKey() Change in return type from R to (R extends Object).
Returns the row key of this cell.
V extends Object getValue() Change in return type from V to (V extends Object).
Returns the value of this cell.