Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/groovy
/ size
Method
size
src/main/java/groovy/util/ObservableMap.java:334–337 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
332
333
/** {@inheritDoc} */
334
@Override
335
public
int
size() {
336
return
delegate.size();
337
}
338
339
/**
340
* Returns the current map size as a bound property value.
Callers
5
clear
Method · 0.95
put
Method · 0.95
putAll
Method · 0.95
remove
Method · 0.95
getSize
Method · 0.95
Calls
1
size
Method · 0.65
Tested by
no test coverage detected