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

Method retainAll

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

Source from the content-addressed store, hash-verified

2908 }
2909
2910 @Override
2911 public boolean retainAll(Collection<?> c) {
2912 return removeIf(not(in(c)));
2913 }
2914
2915 @Override
2916 public Object[] toArray() {

Callers

nothing calls this directly

Calls 3

removeIfMethod · 0.95
notMethod · 0.45
inMethod · 0.45

Tested by

no test coverage detected