Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getV5
Method
getV5
src/main/java/groovy/lang/Tuple9.java:209–211 ·
view source on GitHub ↗
Returns the fifth element. @return the fifth element
()
Source
from the content-addressed store, hash-verified
207
* @
return
the fifth element
208
*/
209
public
T5 getV5() {
210
return
v5;
211
}
212
213
/**
214
* Returns the sixth element.
Callers
1
testTuple9
Method · 0.95
Calls
no outgoing calls
Tested by
1
testTuple9
Method · 0.76