Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GateNLP/gate-core
/ contains
Method
contains
src/main/java/gate/corpora/CorpusImpl.java:201–204 ·
view source on GitHub ↗
(Object o)
Source
from the content-addressed store, hash-verified
199
}
200
201
@Override
202
public
boolean contains(Object o) {
203
return
supportList.contains(o);
204
}
205
206
@Override
207
public
Iterator<Document> iterator() {
Callers
15
resourceUnloaded
Method · 0.95
replaceCharsWithEntities
Method · 0.45
textWithNodes
Method · 0.45
removeCorpusListener
Method · 0.45
addCorpusListener
Method · 0.45
writeStartTag
Method · 0.45
writeEmptyTag
Method · 0.45
removeDocumentListener
Method · 0.45
addDocumentListener
Method · 0.45
unpackCasMarkup
Method · 0.45
readAnnotationSet
Method · 0.45
readXces
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected