I'm looking for a way to rename a Hashmap key, but i don't know if it's possible in Java.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
Try to remove the element and put it again with the new name. Assuming the keys in your map are
|
|||||||||
|
|
You don't rename a hashmap key, you have to insert a new entry with the new key and delete the old one. |
|||
|
|