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

Method put

src/main/java/org/mapdb/BTreeMapJava.java:1131–1135  ·  view source on GitHub ↗
(K key, V value)

Source from the content-addressed store, hash-verified

1129 }
1130
1131 @Override
1132 public V put(K key, V value) {
1133 checkKeyBounds(key);
1134 return m.put(key, value);
1135 }
1136
1137 @Override
1138 public V remove(Object key) {

Callers

nothing calls this directly

Calls 2

checkKeyBoundsMethod · 0.95
putMethod · 0.45

Tested by

no test coverage detected