Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getV6
Method
getV6
src/main/java/groovy/lang/Tuple6.java:178–180 ·
view source on GitHub ↗
Returns the sixth element. @return the sixth element
()
Source
from the content-addressed store, hash-verified
176
* @
return
the sixth element
177
*/
178
public
T6 getV6() {
179
return
v6;
180
}
181
182
/**
183
* {@inheritDoc}
Callers
1
testTuple6
Method · 0.95
Calls
no outgoing calls
Tested by
1
testTuple6
Method · 0.76