MCPcopy Index your code
hub / github.com/apache/groovy / isEmpty

Method isEmpty

src/main/java/groovy/lang/MapWithDefault.java:90–93  ·  view source on GitHub ↗

{@inheritDoc}

()

Source from the content-addressed store, hash-verified

88 * {@inheritDoc}
89 */
90 @Override
91 public boolean isEmpty() {
92 return delegate.isEmpty();
93 }
94
95 /**
96 * {@inheritDoc}

Callers 15

getMessageMethod · 0.45
toStringMethod · 0.45
pickStaticMethodMethod · 0.45
findCategoryMethodMethod · 0.45
inheritFieldsMethod · 0.45
setPropertyMethod · 0.45
handleMatchesMethod · 0.45
addRecordPropertiesMethod · 0.45
registerIfClosureMethod · 0.45
isPropertyNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected