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
See Implementation
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