entries

open suspend override fun entries(): Set<MutableMap.MutableEntry<String, String>>

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

Return

An immutable Set of map entries.