firstEntry

open fun firstEntry(): Map.Entry<K, V>?

Returns the first key-value mapping in this map, or null if the map is empty.

Return

the first key-value mapping, or null if this map is empty