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

Method getV5

src/main/java/groovy/lang/Tuple5.java:156–158  ·  view source on GitHub ↗

Returns the fifth element. @return the fifth element

()

Source from the content-addressed store, hash-verified

154 * @return the fifth element
155 */
156 public T5 getV5() {
157 return v5;
158 }
159
160 /**
161 * {@inheritDoc}

Callers 1

testTuple5Method · 0.95

Calls

no outgoing calls

Tested by 1

testTuple5Method · 0.76