Search the B-Tree by key.
Key to search for.
A pointer to the corresponding V value. null if not found.
Note: In case of duplicate keys, it returns one of those in unspecified order.
See Implementation
Search the B-Tree by key.