Finds an element based upon a key.
iterator find(const key_type& x); const_iterator find(const key_type& x) const;
Returns the position where the element is found.