reference front();
size_type max_bucket_count() const;
iterator upper_bound( const Key& key ); (1)
void push( const T& value );
size_type size() const;
size_type max_size() const;
template< class T, class Alloc > void swap(
bool empty() const;
Page 15 of 44