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

Method getV7

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

Returns the seventh element. @return the seventh element

()

Source from the content-addressed store, hash-verified

198 * @return the seventh element
199 */
200 public T7 getV7() {
201 return v7;
202 }
203
204 /**
205 * {@inheritDoc}

Callers 1

testTuple7Method · 0.95

Calls

no outgoing calls

Tested by 1

testTuple7Method · 0.76