kotlin-stdlib / kotlin.collections / Map / entries entries Common JVM JS Native 1.0 abstract val entries: Set<Entry<K, V>>(Common source) (JS source) (Native source) Returns a read-only Set of all key/value pairs in this map.