get
getOrDefault
getOrElse
Returns the value for the specified key, or the default value if the key is not found.
map.getOrDefault(key, default)