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

Method containsAll

output/java_guava/1.4.17/Sets.java:725–728  ·  view source on GitHub ↗
(Collection<?> collection)

Source from the content-addressed store, hash-verified

723 }
724
725 @Override
726 public boolean containsAll(Collection<?> collection) {
727 return set1.containsAll(collection) && set2.containsAll(collection);
728 }
729 };
730 }
731

Callers

nothing calls this directly

Calls 1

containsAllMethod · 0.65

Tested by

no test coverage detected