Generated by
JDiff

Class com.google.common.collect.ArrayTable

Changed Methods
ArrayTable<R, C, V> create(Table<R, C, ?, extends, V>) Change in signature from (Table<R, C, V>) to (Table<R, C, ? extends V>).
Creates an {@code ArrayTable} with the mappings in the provided table.