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

Method removeIf

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

Source from the content-addressed store, hash-verified

2899 }
2900
2901 private boolean removeIf(Predicate<? super K> keyPredicate) {
2902 return Iterables.removeIf(
2903 unfiltered.entrySet(),
2904 Predicates.<Entry<K, V>>and(predicate, Maps.<K>keyPredicateOnEntries(keyPredicate)));
2905 }
2906
2907 @Override
2908 public boolean removeAll(Collection<?> c) {

Callers 2

removeAllMethod · 0.95
retainAllMethod · 0.95

Calls 4

removeIfMethod · 0.95
andMethod · 0.95
keyPredicateOnEntriesMethod · 0.95
entrySetMethod · 0.65

Tested by

no test coverage detected