Searches the tree for the first node whose key is <= the specified key, and returns it.
key to search for
first node <= than specified key, may be null if no node found
See Implementation
Searches the tree for the first node whose key is <= the specified key, and returns it.