size_type bucket_count() const;
bool empty() const;
T& at( const Key& key ); (1)
size_type count( const Key& key ) const; (1)
iterator begin();
template< class Key, class T, class Hash, class KeyEqual, class Allocator >
size_type max_size() const;
Defined in header
reverse_iterator rend();
void pop();
Page 22 of 44