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

Method getV6

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

Returns the sixth element. @return the sixth element

()

Source from the content-addressed store, hash-verified

216 * @return the sixth element
217 */
218 public T6 getV6() {
219 return v6;
220 }
221
222 /**
223 * Returns the seventh element.

Callers 1

testTuple9Method · 0.95

Calls

no outgoing calls

Tested by 1

testTuple9Method · 0.76