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

Method isEmpty

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

Source from the content-addressed store, hash-verified

3854 }
3855
3856 @Override
3857 public boolean isEmpty() {
3858 return map().isEmpty();
3859 }
3860
3861 @Override
3862 public boolean contains(@Nullable Object o) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
isEmptyMethod · 0.65

Tested by

no test coverage detected