Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getV4
Method
getV4
src/main/java/groovy/lang/Tuple4.java:134–136 ·
view source on GitHub ↗
Returns the fourth element. @return the fourth element
()
Source
from the content-addressed store, hash-verified
132
* @
return
the fourth element
133
*/
134
public
T4 getV4() {
135
return
v4;
136
}
137
138
/**
139
* {@inheritDoc}
Callers
1
testTuple4
Method · 0.95
Calls
no outgoing calls
Tested by
1
testTuple4
Method · 0.76