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

Method isEmpty

output/java_guava/1.4.19/Maps.java:3696–3699  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3694 }
3695
3696 @Override
3697 public boolean isEmpty() {
3698 return map().isEmpty();
3699 }
3700
3701 @Override
3702 public boolean contains(Object o) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
isEmptyMethod · 0.65

Tested by

no test coverage detected