MCPcopy Create free account
hub / github.com/GateNLP/gate-core / remove

Method remove

src/main/java/gate/corpora/SerialCorpusImpl.java:629–633  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

627 }
628
629 @Override
630 public void remove() {
631 throw new UnsupportedOperationException("SerialCorpusImpl does not "
632 + "support remove in the iterators");
633 }
634 }; // return
635
636 }// iterator

Callers 3

resourceUnloadedMethod · 0.95
resourceDeletedMethod · 0.95
removeAllMethod · 0.95

Calls 12

prlnMethod · 0.95
findDocumentMethod · 0.95
documentRemovedMethod · 0.95
fireDocumentRemovedMethod · 0.95
isDocumentLoadedMethod · 0.95
getMethod · 0.95
sizeMethod · 0.65
getDocumentNameMethod · 0.65
getMethod · 0.65
removeMethod · 0.65
toStringMethod · 0.65

Tested by

no test coverage detected