Searches the tree for the specified key, and returns the first node with that key.
key to search for
pointer to first node in tree with specified key, may be null if no nodes found
See Implementation
Searches the tree for the specified key, and returns the first node with that key.