Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ indexOf
Method
indexOf
src/main/java/groovy/util/ObservableList.java:288–291 ·
view source on GitHub ↗
{@inheritDoc}
(Object o)
Source
from the content-addressed store, hash-verified
286
287
/** {@inheritDoc} */
288
@Override
289
public
int
indexOf(Object o) {
290
return
delegate.indexOf(o);
291
}
292
293
/** {@inheritDoc} */
294
@Override
Callers
13
testIndexOf
Method · 0.45
testStaticMethods
Method · 0.45
testGetMethodSuggestionString
Method · 0.45
testBadBDToDoubleCoerce
Method · 0.45
valueOf
Method · 0.45
grab
Method · 0.45
checkForSystemProperties
Method · 0.45
findClassNode
Method · 0.45
getTail
Method · 0.45
writeConfig
Method · 0.45
remove
Method · 0.45
jquery-2.1.1.min.js
File · 0.45
Calls
no outgoing calls
Tested by
4
testIndexOf
Method · 0.36
testStaticMethods
Method · 0.36
testGetMethodSuggestionString
Method · 0.36
testBadBDToDoubleCoerce
Method · 0.36