(1)
std::pair<iterator,iterator> equal_range( const Key& key );
iterator end();
reverse_iterator rend();
bool empty() const;
iterator find( const Key& key ); (1)
void swap( multimap& other );
iterator begin();
size_type count( const Key& key ) const; (1)
Page 37 of 44