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