MCPcopy 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

sizeMethod · 0.45
sizeMethod · 0.45
skipRollbacksMethod · 0.45
getNumberOfFilesMethod · 0.45
FileChannelVolMethod · 0.45
lengthMethod · 0.45
MappedFileVolMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected