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

Method isEmpty

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

Source from the content-addressed store, hash-verified

3894 }
3895
3896 @Override
3897 public boolean isEmpty() {
3898 return map().isEmpty();
3899 }
3900
3901 @Override
3902 public boolean remove(Object o) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
isEmptyMethod · 0.65

Tested by

no test coverage detected