Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getV4
Method
getV4
src/main/java/groovy/lang/Tuple6.java:160–162 ·
view source on GitHub ↗
Returns the fourth element. @return the fourth element
()
Source
from the content-addressed store, hash-verified
158
* @
return
the fourth element
159
*/
160
public
T4 getV4() {
161
return
v4;
162
}
163
164
/**
165
* Returns the fifth element.
Callers
1
testTuple6
Method · 0.95
Calls
no outgoing calls
Tested by
1
testTuple6
Method · 0.76