MCPcopy Index your code
hub / github.com/jankotek/mapdb / size

Method size

src/main/java/org/mapdb/BTreeMapJava.java:590–593  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

588 return m.isEmpty();
589 }
590 @Override
591 public int size() {
592 return m.size();
593 }
594 @Override
595 public void clear() {
596 m.clear();

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected