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

Method contains

output/java_guava/1.4.17/ImmutableMultiset.java:233–236  ·  view source on GitHub ↗
(@Nullable Object object)

Source from the content-addressed store, hash-verified

231 }
232
233 @Override
234 public boolean contains(@Nullable Object object) {
235 return count(object) > 0;
236 }
237
238 /**
239 * Guaranteed to throw an exception and leave the collection unmodified.

Callers

nothing calls this directly

Calls 1

countMethod · 0.65

Tested by

no test coverage detected