lastEntry

abstract override fun lastEntry(): Map.Entry<K, V>?

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

Return

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