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

Method isEmpty

corpus/java/training/guava/collect/Maps.java:3631–3634  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3629 }
3630
3631 @Override
3632 public boolean isEmpty() {
3633 return map().isEmpty();
3634 }
3635
3636 @Override
3637 public boolean contains(Object o) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
isEmptyMethod · 0.65

Tested by

no test coverage detected