firstKeyAfter method

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

K firstKeyAfter(
K key
)

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