Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getMessage
Method · 0.45
toString
Method · 0.45
pickStaticMethod
Method · 0.45
createMetaMethodAndMetaProperty
Method · 0.45
findCategoryMethod
Method · 0.45
inheritFields
Method · 0.45
setProperty
Method · 0.45
handleMatches
Method · 0.45
addRecordProperties
Method · 0.45
checkForReferenceCycle
Method · 0.45
registerIfClosure
Method · 0.45
isPropertyName
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected