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

Method getV1

src/main/java/groovy/lang/Tuple5.java:120–122  ·  view source on GitHub ↗

Returns the first element. @return the first element

()

Source from the content-addressed store, hash-verified

118 * @return the first element
119 */
120 public T1 getV1() {
121 return v1;
122 }
123
124 /**
125 * Returns the second element.

Callers 1

testTuple5Method · 0.95

Calls

no outgoing calls

Tested by 1

testTuple5Method · 0.76