Generated by
JDiff

Class com.google.common.collect.Tables

Added Methods
(Table<R, C, V>newCustomTable(Map<R, Map<C, V>>, Supplier<?, extends, Map<C, V>>) Creates a table that uses the specified backing map and factory.
(Table<R, C, V2>transformValues(Table<R, C, V1>, Function<?, super, V1, V2>) Returns a view of a table where each value is transformed by a function.