lastKeyBefore method

Get the last key in the map that is strictly smaller than key. Returns null if no key was not found.

K lastKeyBefore(
K key
)

Get the last key in the map that is strictly smaller than key. Returns null if no key was not found.