Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
add
Method · 0.45
put
Method · 0.45
treePutSub
Method · 0.45
SerializerUtils
Class · 0.45
putByte
Method · 0.45
putByte
Method · 0.45
putData
Method · 0.45
putDataOverlap
Method · 0.45
putUnsignedShort
Method · 0.45
putUnsignedByte
Method · 0.45
putSixLong
Method · 0.45
putPackedLong
Method · 0.45
Calls
1
checkKeyBounds
Method · 0.95
Tested by
no test coverage detected