docs / it.uniroma3.dbtree / DBTree / insert

insert

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

Algorithm for inserting a new key-value pair into the DB-tree T, supposing the key is not yet contained in T.

Parameters

p - the pair to be inserted.