pollLastEntry

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

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

Return

the removed last entry of this map, or null if the map is empty