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/lang/Tuple.java:69–72 ·
view source on GitHub ↗
{@inheritDoc}
()
Source
from the content-addressed store, hash-verified
67
* {@inheritDoc}
68
*/
69
@Override
70
public
int
size() {
71
return
contents.length;
72
}
73
74
/**
75
* {@inheritDoc}
Callers
4
testSubTuple
Method · 0.95
toArray
Method · 0.95
equals
Method · 0.95
compareTo
Method · 0.95
Calls
no outgoing calls
Tested by
1
testSubTuple
Method · 0.76