Returns the value associated with the given key. Returns the defaultValue if the key is not present in the map. The map won't be updated with the defaultValue, see computeIfAbsent instead.
defaultValue
a map
the queried key
the default value if the queried key is not present
Generated using TypeDoc
Returns the value associated with the given key. Returns the
defaultValue
if the key is not present in the map. The map won't be updated with thedefaultValue
, see computeIfAbsent instead.See