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

Method containsAll

output/java_guava/1.4.17/ImmutableEnumSet.java:81–87  ·  view source on GitHub ↗
(Collection<?> collection)

Source from the content-addressed store, hash-verified

79 }
80
81 @Override
82 public boolean containsAll(Collection<?> collection) {
83 if (collection instanceof ImmutableEnumSet<?>) {
84 collection = ((ImmutableEnumSet<?>) collection).delegate;
85 }
86 return delegate.containsAll(collection);
87 }
88
89 @Override
90 public boolean isEmpty() {

Callers

nothing calls this directly

Calls 1

containsAllMethod · 0.65

Tested by

no test coverage detected