keySet

open fun keySet(): Set<String>

Returns a set of the keys contained in this map. The set is backed by this map so changes to one are reflected by the other. The set does not support adding.

Return

a set of the keys.