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

Method removeIf

output/java_guava/1.4.18/Maps.java:2899–2903  ·  view source on GitHub ↗
(Predicate<? super K> keyPredicate)

Source from the content-addressed store, hash-verified

2897 }
2898
2899 private boolean removeIf(Predicate<? super K> keyPredicate) {
2900 return Iterables.removeIf(
2901 unfiltered.entrySet(),
2902 Predicates.<Entry<K, V>>and(predicate, Maps.<K>keyPredicateOnEntries(keyPredicate)));
2903 }
2904
2905 @Override
2906 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