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

Method isEmpty

output/java_guava/1.4.18/Maps.java:3962–3965  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3960 }
3961
3962 @Override
3963 public boolean isEmpty() {
3964 return map().isEmpty();
3965 }
3966
3967 @Override
3968 public boolean remove(Object o) {

Callers

nothing calls this directly

Calls 2

mapMethod · 0.95
isEmptyMethod · 0.65

Tested by

no test coverage detected