Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getV1
Method
getV1
src/main/java/groovy/lang/Tuple1.java:67–69 ·
view source on GitHub ↗
Returns the first element. @return the first element
()
Source
from the content-addressed store, hash-verified
65
* @
return
the first element
66
*/
67
public
T1 getV1() {
68
return
v1;
69
}
70
71
/**
72
* {@inheritDoc}
Callers
1
testTuple1
Method · 0.95
Calls
no outgoing calls
Tested by
1
testTuple1
Method · 0.76