iterator method

Returns an Iterator over the entries in the Map.

Implementation

KtMutableIterator<KtMutableMapEntry<K, V>> iterator() => entries.iterator();