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