Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/groovy
/ getV2
Method
getV2
src/main/java/groovy/lang/Tuple6.java:142–144 ·
view source on GitHub ↗
Returns the second element. @return the second element
()
Source
from the content-addressed store, hash-verified
140
* @
return
the second element
141
*/
142
public
T2 getV2() {
143
return
v2;
144
}
145
146
/**
147
* Returns the third element.
Callers
15
testTuple6
Method · 0.95
findTokensToRender
Method · 0.45
highlightMatched
Method · 0.45
clearHighlighted
Method · 0.45
rightJoin
Method · 0.45
rightHashJoin
Method · 0.45
over
Method · 0.45
createNode
Method · 0.45
doStartElement
Method · 0.45
nodeCompleted
Method · 0.45
invokeMethod
Method · 0.45
getProperty
Method · 0.45
Calls
no outgoing calls
Tested by
1
testTuple6
Method · 0.76