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