Searches the tree for the element with the given key and returns pointer to it's value, or null if not found.
key to find in the tree.
pointer to the value associated with the key, or null if not found.
See Implementation
Searches the tree for the element with the given key and returns pointer to it's value, or null if not found.