jnivasreddy
jnivasreddy

Reputation: 557

How to update values in hashmap

Can any one tell me how to update values in a hash map

Upvotes: 2

Views: 3430

Answers (1)

Matthew Flaschen
Matthew Flaschen

Reputation: 284786

put:

"If the map previously contained a mapping for the key, the old value is replaced."

Upvotes: 8

Related Questions