Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GateNLP/gate-core
/ remove
Method
remove
src/main/java/gate/corpora/CorpusImpl.java:226–229 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
224
}
225
226
@Override
227
public
boolean remove(Object o) {
228
return
supportList.remove(o);
229
}
230
231
@Override
232
public
boolean containsAll(Collection<?> c) {
Callers
1
resourceUnloaded
Method · 0.95
Calls
1
remove
Method · 0.65
Tested by
no test coverage detected