Generated by
JDiff

Class com.google.common.collect.ArrayTable

The superclass changed from java.lang.Object to com.google.common.collect.AbstractTable.
Removed interface com.google.common.collect.Table.

Removed Methods
(ArrayTable<R, C, V>create(ArrayTable<R, C, V>) Creates an {@code ArrayTable} with the same mappings, allowed keys, and iteration ordering as the provided {@code ArrayTable}.
boolean equals(Object)  
int hashCode()  
String toString() Returns the string representation {@code rowMap().toString()}.