I
Ike
I have a situation whereby I may have to change a key in a HashMap. Is there
a better way to do this than to obtain the object associated with that key,
put() a new entry in the HashMap with the old object and the new key, then
delete the old HashMap entry? TIA, Ike
a better way to do this than to obtain the object associated with that key,
put() a new entry in the HashMap with the old object and the new key, then
delete the old HashMap entry? TIA, Ike