Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ get
Method
get
src/main/java/groovy/lang/Tuple.java:61–64 ·
view source on GitHub ↗
{@inheritDoc}
(int index)
Source
from the content-addressed store, hash-verified
59
* {@inheritDoc}
60
*/
61
@Override
62
public
E get(
int
index) {
63
return
contents[index];
64
}
65
66
/**
67
* {@inheritDoc}
Callers
2
equals
Method · 0.95
compareTo
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected