org.mapdb / BTreeMap / replace

replace

fun replace(key: K?, oldValue: V?, newValue: V?): Boolean
fun replace(key: K?, value: V?): V?