Generated by
JDiff

Class com.google.common.collect.Tables

Changed Methods
Cell<R, C, V> immutableCell(R, extends, Object, C, extends, Object, V, extends, Object) Change in signature from (R, C, V) to (R extends Object, C extends Object, V extends Object).
Returns an immutable cell with the specified row key, column key, and value.