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/Tuple7.java:173–175 ·
view source on GitHub ↗
Returns the fourth element. @return the fourth element
()
Source
from the content-addressed store, hash-verified
171
* @
return
the fourth element
172
*/
173
public
T4 getV4() {
174
return
v4;
175
}
176
177
/**
178
* Returns the fifth element.
Callers
1
testTuple7
Method · 0.95
Calls
no outgoing calls
Tested by
1
testTuple7
Method · 0.76