Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/jankotek/mapdb
/ size
Method
size
src/main/java/org/mapdb/BTreeMapJava.java:675–678 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
673
}
674
675
@Override
676
public
int
size() {
677
return
(
int
) Math.min(sizeLong(), Integer.MAX_VALUE);
678
}
679
680
public
long sizeLong() {
681
//PERF use counted btrees once they become available
Callers
nothing calls this directly
Calls
2
sizeLong
Method · 0.95
min
Method · 0.45
Tested by
no test coverage detected