get

open fun get(key: Long): V

Gets the value associated with the given key.

Return

the value mapped to the key, or null if the key is not in the map

Parameters

key

the key to retrieve the value for