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

Method retainAll

output/java_guava/1.4.16/Maps.java:2784–2787  ·  view source on GitHub ↗
(Collection<?> collection)

Source from the content-addressed store, hash-verified

2782 }
2783
2784 @Override
2785 public boolean retainAll(Collection<?> collection) {
2786 return removeIf(not(in(collection)));
2787 }
2788
2789 @Override
2790 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