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

Method contains

output/java_guava/1.4.17/Maps.java:3697–3700  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

3695 }
3696
3697 @Override
3698 public boolean contains(Object o) {
3699 return map().containsKey(o);
3700 }
3701
3702 @Override
3703 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