Generated by
JDiff

Class com.google.common.collect.ArrayTable

Changed Methods
boolean contains(Object, Object) Change in signature from (java.lang.Object, java.lang.Object) to (Object, Object).
Returns {@code true} if the provided keys are among the keys provided when the table was constructed.
boolean containsColumn(Object) Change in signature from java.lang.Object to Object.
Returns {@code true} if the provided column key is among the column keys provided when the table was constructed.
boolean containsRow(Object) Change in signature from java.lang.Object to Object.
Returns {@code true} if the provided row key is among the row keys provided when the table was constructed.
boolean containsValue(Object) Change in signature from java.lang.Object to Object.
 
V erase(Object, Object) Change in signature from (java.lang.Object, java.lang.Object) to (Object, Object).
Associates the value {@code null} with the specified keys, assuming both keys are valid.
V get(Object, Object) Change in signature from (java.lang.Object, java.lang.Object) to (Object, Object).
 
V remove(Object, Object) Change in signature from (java.lang.Object, java.lang.Object) to (Object, Object).
Use {@link #erase}