If the given key does not exist in the HashMap, adds it with the value defaultValue.
the key to look up
the default value
a pointer to the value stored in the HashMap with the given key. The pointer is guaranteed to be valid only until the next HashMap modification.
See Implementation
If the given key does not exist in the HashMap, adds it with the value defaultValue.