Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getV9
Method
getV9
src/main/java/groovy/lang/Tuple9.java:245–247 ·
view source on GitHub ↗
Returns the ninth element. @return the ninth element
()
Source
from the content-addressed store, hash-verified
243
* @
return
the ninth element
244
*/
245
public
T9 getV9() {
246
return
v9;
247
}
248
249
/**
250
* {@inheritDoc}
Callers
1
testTuple9
Method · 0.95
Calls
no outgoing calls
Tested by
1
testTuple9
Method · 0.76