iterator
An iterator over keys of this Dictionary. A call to the next()
method of the returned iterator will throw a ConcurrentModificationException, if the MutableDictionary is modified while it is in use.
Return
an iterator over the dictionary's keys.