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/ObservableList.java:419–422 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
417
418
/** {@inheritDoc} */
419
@Override
420
public
int
size() {
421
return
delegate.size();
422
}
423
424
/**
425
* Returns the current list size as a bound property value.
Callers
8
add
Method · 0.95
fireAddWithTest
Method · 0.95
addAll
Method · 0.95
clear
Method · 0.95
remove
Method · 0.95
removeAll
Method · 0.95
retainAll
Method · 0.95
getSize
Method · 0.95
Calls
1
size
Method · 0.65
Tested by
no test coverage detected