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

Method put

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

Source from the content-addressed store, hash-verified

659 }
660
661 @Override
662 public V put(K key, V value) {
663 checkKeyBounds(key);
664 return m.put(key, value);
665 }
666
667 @Override
668 public V remove(Object key) {

Callers 15

addMethod · 0.45
putMethod · 0.45
treePutSubMethod · 0.45
SerializerUtilsClass · 0.45
putByteMethod · 0.45
putByteMethod · 0.45
putDataMethod · 0.45
putDataOverlapMethod · 0.45
putUnsignedShortMethod · 0.45
putUnsignedByteMethod · 0.45
putSixLongMethod · 0.45
putPackedLongMethod · 0.45

Calls 1

checkKeyBoundsMethod · 0.95

Tested by

no test coverage detected