Generated by
JDiff

Class com.google.common.collect.Maps

Added Methods
(MapDifference<K, V>difference(Map<?, extends, K, ?, extends, V>, Map<?, extends, K, ?, extends, V>, Equivalence<?, super, V>) Computes the difference between two maps.
(ImmutableMap<K, V>uniqueIndex(Iterator<V>, Function<?, super, V, K>) Returns an immutable map for which the Map.values are the given elements in the given order, and each key is the product of invoking a supplied function on its corresponding value.
(ImmutableMap<K, V>uniqueIndex(I, extends, Object, &, Iterable<V>, &, Iterator<V>, Function<?, super, V, K>) Deprecated.