Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/groovy
/ isEmpty
Method
isEmpty
src/main/java/groovy/util/ObservableList.java:294–297 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
292
293
/** {@inheritDoc} */
294
@Override
295
public
boolean isEmpty() {
296
return
delegate.isEmpty();
297
}
298
299
/** {@inheritDoc} */
300
@Override
Callers
4
addAll
Method · 0.45
clear
Method · 0.45
removeAll
Method · 0.45
retainAll
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected