Generated by
JDiff

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

Changed Methods
boolean equals(Object) Changed from non-abstract to abstract. Compares the specified object with this cell for equality.
C getColumnKey() Changed from non-abstract to abstract. Returns the column key of this cell.
R getRowKey() Changed from non-abstract to abstract. Returns the row key of this cell.
V getValue() Changed from non-abstract to abstract. Returns the value of this cell.
int hashCode() Changed from non-abstract to abstract. Returns the hash code of this cell.