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

Method getV5

src/main/java/groovy/lang/Tuple6.java:169–171  ·  view source on GitHub ↗

Returns the fifth element. @return the fifth element

()

Source from the content-addressed store, hash-verified

167 * @return the fifth element
168 */
169 public T5 getV5() {
170 return v5;
171 }
172
173 /**
174 * Returns the sixth element.

Callers 1

testTuple6Method · 0.95

Calls

no outgoing calls

Tested by 1

testTuple6Method · 0.76