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

Method retainAll

output/java_guava/1.4.19/Maps.java:3076–3081  ·  view source on GitHub ↗
(Collection<?> c)

Source from the content-addressed store, hash-verified

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

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