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

Method contains

corpus/java/training/guava/collect/Maps.java:3861–3864  ·  view source on GitHub ↗
(@Nullable Object o)

Source from the content-addressed store, hash-verified

3859 }
3860
3861 @Override
3862 public boolean contains(@Nullable Object o) {
3863 return map().containsValue(o);
3864 }
3865
3866 @Override
3867 public void clear() {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
containsValueMethod · 0.65

Tested by

no test coverage detected