kotlin-stdlib / kotlin.collections / Map / values values Common JVM JS Native 1.0 abstract val values : Collection < V > (Common source) (Native source) Returns a read-only Collection of all values in this map. Note that this collection may contain duplicate values.