Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testSetMethods
Method · 0.45
refreshTreeForPlugins
Method · 0.45
writeObject
Method · 0.45
readObject
Method · 0.45
getMetadataXML
Method · 0.45
getCreoleXML
Method · 0.45
getPatternAnnotations
Method · 0.45
getIndexedAnnotationSetNames
Method · 0.45
getClauses
Method · 0.45
getTerms
Method · 0.45
sortScorers
Method · 0.45
getDetails
Method · 0.45
Calls
no outgoing calls
Tested by
1
testSetMethods
Method · 0.36