Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ getV3
Method
getV3
src/main/java/groovy/lang/Tuple6.java:151–153 ·
view source on GitHub ↗
Returns the third element. @return the third element
()
Source
from the content-addressed store, hash-verified
149
* @
return
the third element
150
*/
151
public
T3 getV3() {
152
return
v3;
153
}
154
155
/**
156
* Returns the fourth element.
Callers
8
testTuple6
Method · 0.95
highlightMatched
Method · 0.45
clearHighlighted
Method · 0.45
createNode
Method · 0.45
doStartElement
Method · 0.45
nodeCompleted
Method · 0.45
visitSwitchExpression
Method · 0.45
visitSwitchBlockStatementExpressionGroup
Method · 0.45
Calls
no outgoing calls
Tested by
1
testTuple6
Method · 0.76