MCPcopy 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

resourceUnloadedMethod · 0.95
textWithNodesMethod · 0.45
removeCorpusListenerMethod · 0.45
addCorpusListenerMethod · 0.45
writeStartTagMethod · 0.45
writeEmptyTagMethod · 0.45
addDocumentListenerMethod · 0.45
unpackCasMarkupMethod · 0.45
readAnnotationSetMethod · 0.45
readXcesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected