PrefixTree.add

Adds a pair of {key, value} into the prefix tree.

@param k the key, not null @param v the value, not null @return true if the pair is added successfully

class PrefixTree
bool
add
(
string k
,
string v
)

Meta