Tagged Questions
8
votes
3answers
10k views
Updating a java map entry
I'm facing a problem that seems to have no straighforward solution.
I'm using java.util.Map, and I want to update the value in a Key-Value pair.
Right now, I'm doing it lik this:
private ...