Generated by
JDiff

Class com.google.common.collect.Tables

Removed Methods
(Collector<T, ?, I>toTable(Function<?, super, T, ?, extends, R>, Function<?, super, T, ?, extends, C>, Function<?, super, T, ?, extends, V>, BinaryOperator<V>, Supplier<I>) Returns a Collector that accumulates elements into a {@code Table} created using the specified supplier, whose cells are generated by applying the provided mapping functions to the input elements.
(Collector<T, ?, I>toTable(Function<?, super, T, ?, extends, R>, Function<?, super, T, ?, extends, C>, Function<?, super, T, ?, extends, V>, Supplier<I>) Returns a Collector that accumulates elements into a {@code Table} created using the specified supplier, whose cells are generated by applying the provided mapping functions to the input elements.