MCPcopy Index your code
hub / github.com/antlr/codebuff / keyPredicateOnEntries

Method keyPredicateOnEntries

output/java_guava/1.4.19/Maps.java:2245–2247  ·  view source on GitHub ↗
(Predicate<? super K> keyPredicate)

Source from the content-addressed store, hash-verified

2243
2244
2245 static <K> Predicate<Entry<K, ?>> keyPredicateOnEntries(Predicate<? super K> keyPredicate) {
2246 return compose(keyPredicate, Maps.<K>keyFunction());
2247 }
2248
2249
2250 static <V> Predicate<Entry<?, V>> valuePredicateOnEntries(Predicate<? super V> valuePredicate) {

Callers 9

filterKeysMethod · 0.95
removeIfMethod · 0.95
removeAllMethod · 0.95
retainAllMethod · 0.95
removeAllMethod · 0.95
retainAllMethod · 0.95
retainAllMethod · 0.95
filterKeysMethod · 0.95
entryPredicateMethod · 0.95

Calls 2

keyFunctionMethod · 0.95
composeMethod · 0.45

Tested by

no test coverage detected