void clear( )

Removes all pairs from the map.

After this, the map is empty.

Source

/**
 * Removes all pairs from the map.
 *
 * After this, the map is empty.
 */
void clear();