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/util/ObservableSet.java:252–255 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
250
251
/** {@inheritDoc} */
252
@Override
253
public
boolean isEmpty() {
254
return
delegate.isEmpty();
255
}
256
257
/** {@inheritDoc} */
258
@Override
Callers
4
addAll
Method · 0.45
retainAll
Method · 0.45
removeAll
Method · 0.45
clear
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected