mapIterable

Answer a suitable Iterable for iterating over this map's key/value pairs (made available in an Entry). This allows the Java (and Kotlin) for-each syntax hack to be used.

Return

An Iterable over Entry.