mapIterable

val A_Map.mapIterable: MapDescriptor.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

A MapIterable.