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

Method isEmpty

output/java_guava/1.4.17/ForwardingMap.java:76–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 }
75
76 @Override
77 public boolean isEmpty() {
78 return delegate().isEmpty();
79 }
80
81 @CanIgnoreReturnValue
82 @Override

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
isEmptyMethod · 0.65

Tested by

no test coverage detected