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

Method getV3

src/main/java/groovy/lang/Tuple3.java:112–114  ·  view source on GitHub ↗

Returns the third element. @return the third element

()

Source from the content-addressed store, hash-verified

110 * @return the third element
111 */
112 public T3 getV3() {
113 return v3;
114 }
115
116 /**
117 * {@inheritDoc}

Callers 1

testTuple3Method · 0.95

Calls

no outgoing calls

Tested by 1

testTuple3Method · 0.76