MCPcopy Create free account
hub / github.com/GateNLP/gate-core / set

Method set

src/main/java/gate/corpora/CorpusImpl.java:278–281  ·  view source on GitHub ↗
(int index, Document element)

Source from the content-addressed store, hash-verified

276 }
277
278 @Override
279 public Document set(int index, Document element) {
280 return supportList.set(index, element);
281 }
282
283 @Override
284 public void add(int index, Document element) {

Callers 15

setMethod · 0.45
correctInformationMethod · 0.45
addMethod · 0.45
intersectionMethod · 0.45
actionPerformedMethod · 0.45
runMethod · 0.45
setValueAtMethod · 0.45
MainFrameMethod · 0.45
annotationRemovedMethod · 0.45
removeChainReferenceMethod · 0.45
actionPerformedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected