Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ size
Method
size
src/main/java/groovy/util/ObservableSet.java:246–249 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
244
245
/** {@inheritDoc} */
246
@Override
247
public
int
size() {
248
return
delegate.size();
249
}
250
251
/** {@inheritDoc} */
252
@Override
Callers
6
add
Method · 0.95
remove
Method · 0.95
addAll
Method · 0.95
retainAll
Method · 0.95
removeAll
Method · 0.95
clear
Method · 0.95
Calls
1
size
Method · 0.65
Tested by
no test coverage detected