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

Method retainAll

output/java_guava/1.4.18/Maps.java:3074–3079  ·  view source on GitHub ↗
(Collection<?> c)

Source from the content-addressed store, hash-verified

3072 }
3073
3074 @Override
3075 public boolean retainAll(Collection<?> c) {
3076 return Iterators.removeIf(
3077 unfiltered.entrySet().iterator(),
3078 Predicates.<Entry<K, V>>and(entryPredicate, Maps.<K>keyPredicateOnEntries(not(in(c)))));
3079 }
3080 };
3081 }
3082

Callers

nothing calls this directly

Calls 7

removeIfMethod · 0.95
andMethod · 0.95
keyPredicateOnEntriesMethod · 0.95
iteratorMethod · 0.65
entrySetMethod · 0.65
notMethod · 0.45
inMethod · 0.45

Tested by

no test coverage detected