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

Method toArray

src/main/java/gate/corpora/CorpusImpl.java:211–214  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

209 }
210
211 @Override
212 public Object[] toArray() {
213 return supportList.toArray();
214 }
215
216 @Override
217 public <T> T[] toArray(T[] a) {

Callers 15

testSetMethodsMethod · 0.45
refreshTreeForPluginsMethod · 0.45
writeObjectMethod · 0.45
readObjectMethod · 0.45
getMetadataXMLMethod · 0.45
getCreoleXMLMethod · 0.45
getPatternAnnotationsMethod · 0.45
getClausesMethod · 0.45
getTermsMethod · 0.45
sortScorersMethod · 0.45
getDetailsMethod · 0.45

Calls

no outgoing calls

Tested by 1

testSetMethodsMethod · 0.36