Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GateNLP/gate-core
/ removeAll
Method
removeAll
src/main/java/gate/corpora/CorpusImpl.java:246–249 ·
view source on GitHub ↗
(Collection<?> c)
Source
from the content-addressed store, hash-verified
244
}
245
246
@Override
247
public
boolean removeAll(Collection<?> c) {
248
return
supportList.removeAll(c);
249
}
250
251
@Override
252
public
boolean retainAll(Collection<?> c) {
Callers
15
_subtestImmutability
Method · 0.45
testRemove
Method · 0.45
testSetMethods
Method · 0.45
buildGui
Method · 0.45
showDialog
Method · 0.45
showDialog
Method · 0.45
unpackCasMarkup
Method · 0.45
initGuiComponents
Method · 0.45
stateChanged
Method · 0.45
MainFrame
Method · 0.45
rebuildMenu
Method · 0.45
menuSelected
Method · 0.45
Calls
no outgoing calls
Tested by
3
_subtestImmutability
Method · 0.36
testRemove
Method · 0.36
testSetMethods
Method · 0.36