remove


Description:

public bool remove (string key)

Removes key from this, possibly destroying the value associated with the key.

Parameters:

this

A Trie.

key

The key to remove.

Returns:

true if key was found, otherwise false.