Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GateNLP/gate-core
/ size
Method
size
src/main/java/gate/corpora/SerialCorpusImpl.java:586–589 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
584
// java docs will be automatically copied from the List interface.
585
586
@Override
587
public
int
size() {
588
return
docDataList.size();
589
}
590
591
@Override
592
public
boolean isEmpty() {
Callers
1
sync
Method · 0.95
Calls
1
size
Method · 0.65
Tested by
no test coverage detected