Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getV2
Method
getV2
src/main/java/groovy/lang/Tuple3.java:103–105 ·
view source on GitHub ↗
Returns the second element. @return the second element
()
Source
from the content-addressed store, hash-verified
101
* @
return
the second element
102
*/
103
public
T2 getV2() {
104
return
v2;
105
}
106
107
/**
108
* Returns the third element.
Callers
1
testTuple3
Method · 0.95
Calls
no outgoing calls
Tested by
1
testTuple3
Method · 0.76