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

Method isEmpty

output/java_guava/1.4.19/ForwardingTable.java:95–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 }
94
95 @Override
96 public boolean isEmpty() {
97 return delegate().isEmpty();
98 }
99
100 @CanIgnoreReturnValue
101 @Override

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
isEmptyMethod · 0.65

Tested by

no test coverage detected