Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GateNLP/gate-core
/ contains
Method
contains
src/main/java/gate/relations/RelationSet.java:515–518 ·
view source on GitHub ↗
(Object obj)
Source
from the content-addressed store, hash-verified
513
}
514
515
@Override
516
public
boolean contains(Object obj) {
517
return
indexById.containsValue(obj);
518
}
519
520
@Override
521
public
boolean containsAll(Collection<?> relations) {
Callers
4
containsAll
Method · 0.95
removeRelationSetListener
Method · 0.45
addRelationSetListener
Method · 0.45
retainAll
Method · 0.45
Calls
1
containsValue
Method · 0.45
Tested by
no test coverage detected