lookup


Description:

public void* lookup (string key)

Looks up key in this and returns the value associated.

Parameters:

this

A Trie.

key

The key to lookup.

Returns:

The value inserted or null.