Returns an Iterator over the entries in the Map.
KtIterator<KtMapEntry<K, V>> iterator() => entries.iterator();