Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getV3
Method
getV3
src/main/java/groovy/lang/Tuple8.java:177–179 ·
view source on GitHub ↗
Returns the third element. @return the third element
()
Source
from the content-addressed store, hash-verified
175
* @
return
the third element
176
*/
177
public
T3 getV3() {
178
return
v3;
179
}
180
181
/**
182
* Returns the fourth element.
Callers
1
testTuple8
Method · 0.95
Calls
no outgoing calls
Tested by
1
testTuple8
Method · 0.76