Testing Existance How do you check if a particular key exists? Iterating over the set/map too be slow Both set and map provide a find() method It returns an iterator To the entry with that key, if found end() if key not found