values

open suspend override fun values(): List<String>

Returns an immutable snapshot of all values in this map. The returned list is a copy and will not reflect subsequent changes to the map. This operation is thread-safe.

Return

An immutable List of the values contained in this map.