Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/apache/groovy
/ contains
Method
contains
src/main/java/groovy/util/ObservableSet.java:258–261 ·
view source on GitHub ↗
{@inheritDoc}
(Object o)
Source
from the content-addressed store, hash-verified
256
257
/** {@inheritDoc} */
258
@Override
259
public
boolean contains(Object o) {
260
return
delegate.contains(o);
261
}
262
263
/** {@inheritDoc} */
264
@Override
Callers
10
addAll
Method · 0.45
retainAll
Method · 0.45
removeAll
Method · 0.45
updateScriptCache
Method · 0.45
createRoots
Method · 0.45
invokeMethod
Method · 0.45
withBuilder
Method · 0.45
writeConfig
Method · 0.45
writeValue
Method · 0.45
writeNode
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected