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:406–407 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
404
this.hasValues = hasValues;
405
}
406
@Override
407
public
int
size() {
return
m.size(); }
408
409
public
long sizeLong(){
410
if
(m instanceof BTreeMap)
Callers
7
size
Method · 0.45
size
Method · 0.45
skipRollbacks
Method · 0.45
getNumberOfFiles
Method · 0.45
FileChannelVol
Method · 0.45
length
Method · 0.45
MappedFileVol
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected