Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GateNLP/gate-core
/ isEmpty
Method
isEmpty
src/main/java/gate/corpora/CorpusImpl.java:196–199 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
194
}
195
196
@Override
197
public
boolean isEmpty() {
198
return
supportList.isEmpty();
199
}
200
201
@Override
202
public
boolean contains(Object o) {
Callers
15
textWithNodes
Method · 0.45
buildEntityMapFromString
Method · 0.45
init
Method · 0.45
unpackMarkup
Method · 0.45
DocumentImpl
Method · 0.45
cleanup
Method · 0.45
saveAnnotationSetAsXml
Method · 0.45
saveAnnotationSetAsXmlInOrig
Method · 0.45
writeStartTag
Method · 0.45
identifyTheRootAnnotation
Method · 0.45
buildEntityMapFromString
Method · 0.45
writeEmptyTag
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected