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

Method getV4

src/main/java/groovy/lang/Tuple8.java:186–188  ·  view source on GitHub ↗

Returns the fourth element. @return the fourth element

()

Source from the content-addressed store, hash-verified

184 * @return the fourth element
185 */
186 public T4 getV4() {
187 return v4;
188 }
189
190 /**
191 * Returns the fifth element.

Callers 1

testTuple8Method · 0.95

Calls

no outgoing calls

Tested by 1

testTuple8Method · 0.76