firstEntry

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

Returns a key-value mapping associated with the least key in this map, or null if the map is empty.

Return

an entry with the least key, or null if this map is empty