org.mapdb / SortedTableMap / replace

replace

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