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

Method isEmpty

output/java_guava/1.4.17/Maps.java:3692–3695  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3690 }
3691
3692 @Override
3693 public boolean isEmpty() {
3694 return map().isEmpty();
3695 }
3696
3697 @Override
3698 public boolean contains(Object o) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
isEmptyMethod · 0.65

Tested by

no test coverage detected