Put an entry into the Trie
@param s The key for the entry @param v The value of the entry @return True if the Trie had capacity to add the field.
See Implementation
Put an entry into the Trie
@param s The key for the entry @param v The value of the entry @return True if the Trie had capacity to add the field.