(Predicate<? super V> valuePredicate)
| 2248 | |
| 2249 | |
| 2250 | static <V> Predicate<Entry<?, V>> valuePredicateOnEntries(Predicate<? super V> valuePredicate) { |
| 2251 | return compose(valuePredicate, Maps.<V>valueFunction()); |
| 2252 | } |
| 2253 | |
| 2254 | /** |
| 2255 | * Returns a map containing the mappings in {@code unfiltered} whose keys |