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

Method contains

corpus/java/training/guava/collect/Maps.java:3636–3639  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

3634 }
3635
3636 @Override
3637 public boolean contains(Object o) {
3638 return map().containsKey(o);
3639 }
3640
3641 @Override
3642 public boolean remove(Object o) {

Callers 2

removeMethod · 0.95
removeMethod · 0.95

Calls 2

mapMethod · 0.95
containsKeyMethod · 0.65

Tested by

no test coverage detected