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

Method getV2

src/main/java/groovy/lang/Tuple2.java:87–89  ·  view source on GitHub ↗

Returns the second element. @return the second element

()

Source from the content-addressed store, hash-verified

85 * @return the second element
86 */
87 public T2 getV2() {
88 return v2;
89 }
90
91 /**
92 * {@inheritDoc}

Callers 1

testTuple2Method · 0.95

Calls

no outgoing calls

Tested by 1

testTuple2Method · 0.76