MCPcopy
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

testTuple6Method · 0.95
findTokensToRenderMethod · 0.45
highlightMatchedMethod · 0.45
clearHighlightedMethod · 0.45
rightJoinMethod · 0.45
rightHashJoinMethod · 0.45
overMethod · 0.45
createNodeMethod · 0.45
doStartElementMethod · 0.45
nodeCompletedMethod · 0.45
invokeMethodMethod · 0.45
getPropertyMethod · 0.45

Calls

no outgoing calls

Tested by 1

testTuple6Method · 0.76