Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getV2
Method
getV2
src/main/java/groovy/lang/Tuple5.java:129–131 ·
view source on GitHub ↗
Returns the second element. @return the second element
()
Source
from the content-addressed store, hash-verified
127
* @
return
the second element
128
*/
129
public
T2 getV2() {
130
return
v2;
131
}
132
133
/**
134
* Returns the third element.
Callers
1
testTuple5
Method · 0.95
Calls
no outgoing calls
Tested by
1
testTuple5
Method · 0.76