Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getV4
Method
getV4
src/main/java/groovy/lang/Tuple5.java:147–149 ·
view source on GitHub ↗
Returns the fourth element. @return the fourth element
()
Source
from the content-addressed store, hash-verified
145
* @
return
the fourth element
146
*/
147
public
T4 getV4() {
148
return
v4;
149
}
150
151
/**
152
* Returns the fifth element.
Callers
1
testTuple5
Method · 0.95
Calls
no outgoing calls
Tested by
1
testTuple5
Method · 0.76