insert


Description:

public void insert (string key, void* value)

Inserts value into this located with key.

Parameters:

this

A Trie.

key

The key to insert.

value

The value to insert.