iterator

expect open operator override fun iterator(): Iterator<String>(source)

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.

actual open operator override fun iterator(): Iterator<String>(source)
actual open operator override fun iterator(): Iterator<String>(source)