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

Method getV4

src/main/java/groovy/lang/Tuple9.java:200–202  ·  view source on GitHub ↗

Returns the fourth element. @return the fourth element

()

Source from the content-addressed store, hash-verified

198 * @return the fourth element
199 */
200 public T4 getV4() {
201 return v4;
202 }
203
204 /**
205 * Returns the fifth element.

Callers 1

testTuple9Method · 0.95

Calls

no outgoing calls

Tested by 1

testTuple9Method · 0.76