lowerKey

open override fun lowerKey(key: K): K?

Returns the greatest key strictly less than the given key, or null if there is no such key.

Return

the greatest key less than key, or null if there is no such key

Parameters

key

the key

Throws

if the specified key cannot be compared with the keys currently in the map

if the specified key is null and this map does not permit null keys