adding to CCDictionary Check if a particular key exists

Hey i wander if in the version 3 its already implement
way to check without returning Object or looping AllKeys array
if particular key exists in CCDictionary?
like java’s containsKey hashtable method
if not can i extend it ? and check-in in the main source tree?