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

Method getV5

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

Returns the fifth element. @return the fifth element

()

Source from the content-addressed store, hash-verified

180 * @return the fifth element
181 */
182 public T5 getV5() {
183 return v5;
184 }
185
186 /**
187 * Returns the sixth element.

Callers 1

testTuple7Method · 0.95

Calls

no outgoing calls

Tested by 1

testTuple7Method · 0.76