MCPcopy 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

_subtestImmutabilityMethod · 0.45
testRemoveMethod · 0.45
testSetMethodsMethod · 0.45
buildGuiMethod · 0.45
showDialogMethod · 0.45
showDialogMethod · 0.45
unpackCasMarkupMethod · 0.45
initGuiComponentsMethod · 0.45
stateChangedMethod · 0.45
MainFrameMethod · 0.45
rebuildMenuMethod · 0.45
menuSelectedMethod · 0.45

Calls

no outgoing calls

Tested by 3

_subtestImmutabilityMethod · 0.36
testRemoveMethod · 0.36
testSetMethodsMethod · 0.36