get

operator fun get(key: K): D?

Retrieves the data of entry specified by key from the map

Return

the data associated with the key if found within the map, null otherwise