keys

open suspend override fun keys(): Set<String>

Returns an immutable snapshot of all keys 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 the keys contained in this map.