Generated by
JDiff

Class com.google.common.collect.Maps

Removed Methods
(Collector<T, ?, ImmutableMap<K, V>>toImmutableEnumMap(Function<?, super, T, ?, extends, K>, Function<?, super, T, ?, extends, V>) Returns a Collector that accumulates elements into an {@code ImmutableMap} whose keys and values are the result of applying the provided mapping functions to the input elements.
(Collector<T, ?, ImmutableMap<K, V>>toImmutableEnumMap(Function<?, super, T, ?, extends, K>, Function<?, super, T, ?, extends, V>, BinaryOperator<V>) Returns a Collector that accumulates elements into an {@code ImmutableMap} whose keys and values are the result of applying the provided mapping functions to the input elements.
 

Changed Methods
TreeMap<K, V> newTreeMap(Comparator<C>) Change in signature from Comparator to Comparator<C>.
Creates a mutable, empty {@code TreeMap} instance using the given comparator.