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