Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getV1
Method
getV1
src/main/java/groovy/lang/Tuple2.java:78–80 ·
view source on GitHub ↗
Returns the first element. @return the first element
()
Source
from the content-addressed store, hash-verified
76
* @
return
the first element
77
*/
78
public
T1 getV1() {
79
return
v1;
80
}
81
82
/**
83
* Returns the second element.
Callers
1
testTuple2
Method · 0.95
Calls
no outgoing calls
Tested by
1
testTuple2
Method · 0.76