Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
resourceUnloaded
Method · 0.95
resourceDeleted
Method · 0.95
removeAll
Method · 0.95
Calls
12
prln
Method · 0.95
findDocument
Method · 0.95
getDocumentPersistentID
Method · 0.95
documentRemoved
Method · 0.95
fireDocumentRemoved
Method · 0.95
isDocumentLoaded
Method · 0.95
get
Method · 0.95
size
Method · 0.65
getDocumentName
Method · 0.65
get
Method · 0.65
remove
Method · 0.65
toString
Method · 0.65
Tested by
no test coverage detected