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

Method getV6

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

Returns the sixth element. @return the sixth element

()

Source from the content-addressed store, hash-verified

202 * @return the sixth element
203 */
204 public T6 getV6() {
205 return v6;
206 }
207
208 /**
209 * Returns the seventh element.

Callers 1

testTuple8Method · 0.95

Calls

no outgoing calls

Tested by 1

testTuple8Method · 0.76