MCPcopy Index your code
hub / github.com/apache/groovy / getV1

Method getV1

src/main/java/groovy/lang/Tuple6.java:133–135  ·  view source on GitHub ↗

Returns the first element. @return the first element

()

Source from the content-addressed store, hash-verified

131 * @return the first element
132 */
133 public T1 getV1() {
134 return v1;
135 }
136
137 /**
138 * Returns the second element.

Callers 15

testTuple6Method · 0.95
findTokensToRenderMethod · 0.45
highlightMatchedMethod · 0.45
clearHighlightedMethod · 0.45
rightJoinMethod · 0.45
rightHashJoinMethod · 0.45
overMethod · 0.45
leadMethod · 0.45
rankMethod · 0.45
denseRankMethod · 0.45
cumeDistMethod · 0.45

Calls

no outgoing calls

Tested by 1

testTuple6Method · 0.76