Updates a Map 's value if the input parameter, key, exists; Otherwise, adds a new key-value pair @param stringMap Map to be updated @param key String @param newValue String
(Map<String, String> stringMap, final String key, final String newValue)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected