Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ indexOf
Method
indexOf
src/main/java/groovy/lang/ListWithDefault.java:315–318 ·
view source on GitHub ↗
{@inheritDoc}
(Object o)
Source
from the content-addressed store, hash-verified
313
* {@inheritDoc}
314
*/
315
@Override
316
public
int
indexOf(Object o) {
317
return
delegate.indexOf(o);
318
}
319
320
/**
321
* {@inheritDoc}
Callers
4
loadClass
Method · 0.45
getFileForUrl
Method · 0.45
getShortVersion
Method · 0.45
getClassNode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected