Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getV5
Method
getV5
src/main/java/groovy/lang/Tuple8.java:195–197 ·
view source on GitHub ↗
Returns the fifth element. @return the fifth element
()
Source
from the content-addressed store, hash-verified
193
* @
return
the fifth element
194
*/
195
public
T5 getV5() {
196
return
v5;
197
}
198
199
/**
200
* Returns the sixth element.
Callers
1
testTuple8
Method · 0.95
Calls
no outgoing calls
Tested by
1
testTuple8
Method · 0.76