docs / it.uniroma3.dbtree / DBTree / update

update

fun update(p: Pair<K, V>): Unit (source)

Algorithm for updating a key k in the DB-tree T with a new value v assuming that k is already present in T.

Parameters

p - the key to be updated and the corresponding new value.