findWithDefault package:hashmap

The expression (findWithDefault def k map) returns the value at key k or returns def when the key is not an element of the map.