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

Method retainAll

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

Source from the content-addressed store, hash-verified

2910 }
2911
2912 @Override
2913 public boolean retainAll(Collection<?> c) {
2914 return removeIf(not(in(c)));
2915 }
2916
2917 @Override
2918 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