Generated by
JDiff

Class com.google.common.collect.Multimaps

Added Methods
(Map<K, Collection<V>>asMap(Multimap<K, V>) Returns multimap.asMap().
(Map<K, List<V>>asMap(ListMultimap<K, V>) Returns multimap.asMap(), with its type corrected from {@code Map>} to {@code Map>}.
(Map<K, Set<V>>asMap(SetMultimap<K, V>) Returns multimap.asMap(), with its type corrected from {@code Map>} to {@code Map>}.
(Map<K, SortedSet<V>>asMap(SortedSetMultimap<K, V>) Returns multimap.asMap(), with its type corrected from {@code Map>} to {@code Map>}.
(SetMultimap<K, V>filterEntries(SetMultimap<K, V>, Predicate<?, super, Entry<K, V>>) Returns a multimap containing the mappings in {@code unfiltered} that satisfy a predicate.
(ListMultimap<K, V>filterKeys(ListMultimap<K, V>, Predicate<?, super, K>) Returns a multimap containing the mappings in {@code unfiltered} whose keys satisfy a predicate.
(SetMultimap<K, V>filterKeys(SetMultimap<K, V>, Predicate<?, super, K>) Returns a multimap containing the mappings in {@code unfiltered} whose keys satisfy a predicate.
(SetMultimap<K, V>filterValues(SetMultimap<K, V>, Predicate<?, super, V>) Returns a multimap containing the mappings in {@code unfiltered} whose values satisfy a predicate.