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

Method getV6

src/main/java/groovy/lang/Tuple7.java:191–193  ·  view source on GitHub ↗

Returns the sixth element. @return the sixth element

()

Source from the content-addressed store, hash-verified

189 * @return the sixth element
190 */
191 public T6 getV6() {
192 return v6;
193 }
194
195 /**
196 * Returns the seventh element.

Callers 1

testTuple7Method · 0.95

Calls

no outgoing calls

Tested by 1

testTuple7Method · 0.76