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

Method getFirst

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

Returns the first element. @return the first element

()

Source from the content-addressed store, hash-verified

71 * @return the first element
72 */
73 @Deprecated
74 public T1 getFirst() {
75 return v1;
76 }
77
78 /**
79 * Returns the second element.

Callers 5

test_listsMethod · 0.45
testGetFirstOnEmptyMethod · 0.45
testGetFirstMethod · 0.45
getContextMethod · 0.45

Calls

no outgoing calls

Tested by 2

testGetFirstOnEmptyMethod · 0.36
testGetFirstMethod · 0.36