(Predicate<? super V> valuePredicate)
| 2193 | } |
| 2194 | |
| 2195 | static <V> Predicate<Entry<?, V>> valuePredicateOnEntries(Predicate<? super V> valuePredicate) { |
| 2196 | return compose(valuePredicate, Maps.<V>valueFunction()); |
| 2197 | } |
| 2198 | |
| 2199 | /** |
| 2200 | * Returns a map containing the mappings in {@code unfiltered} whose keys |