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

Method removeIf

output/java_guava/1.4.19/Maps.java:2775–2779  ·  view source on GitHub ↗
(Predicate<? super V> valuePredicate)

Source from the content-addressed store, hash-verified

2773 }
2774
2775 private boolean removeIf(Predicate<? super V> valuePredicate) {
2776 return Iterables.removeIf(
2777 unfiltered.entrySet(),
2778 Predicates.<Entry<K, V>>and(predicate, Maps.<V>valuePredicateOnEntries(valuePredicate)));
2779 }
2780
2781 @Override
2782 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