MCPcopy Create free account
hub / github.com/antlr/codebuff / removeIf

Method removeIf

output/java_guava/1.4.16/Maps.java:2773–2777  ·  view source on GitHub ↗
(Predicate<? super V> valuePredicate)

Source from the content-addressed store, hash-verified

2771 }
2772
2773 private boolean removeIf(Predicate<? super V> valuePredicate) {
2774 return Iterables.removeIf(
2775 unfiltered.entrySet(),
2776 Predicates.<Entry<K, V>>and(predicate, Maps.<V>valuePredicateOnEntries(valuePredicate)));
2777 }
2778
2779 @Override
2780 public boolean removeAll(Collection<?> collection) {

Callers 2

removeAllMethod · 0.95
retainAllMethod · 0.95

Calls 4

removeIfMethod · 0.95
andMethod · 0.95
entrySetMethod · 0.65

Tested by

no test coverage detected