MCPcopy Index your code
hub / github.com/antlr/codebuff / isEmpty

Method isEmpty

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

Source from the content-addressed store, hash-verified

3919 }
3920
3921 @Override
3922 public boolean isEmpty() {
3923 return map().isEmpty();
3924 }
3925
3926 @Override
3927 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