MCPcopy 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

textWithNodesMethod · 0.45
initMethod · 0.45
unpackMarkupMethod · 0.45
DocumentImplMethod · 0.45
cleanupMethod · 0.45
writeStartTagMethod · 0.45
writeEmptyTagMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected