Lookup and return the value associated with key, if the key has not been added, it returns null.
key to lookup the value for
the value associated with key if present, otherwise, null.
See Implementation
Lookup and return the value associated with key, if the key has not been added, it returns null.