I
Ike
if I have an Integer object as a key in a HashMap, and I create that Integer
from an int, use that to put() a String as value in the HashMap, can I later
create a new Integer object, from the same int value, and use this latter
Integer object to get() the value of that String I put in?
Or must I use the actual Integer object I first created? Thank you, Ike
from an int, use that to put() a String as value in the HashMap, can I later
create a new Integer object, from the same int value, and use this latter
Integer object to get() the value of that String I put in?
Or must I use the actual Integer object I first created? Thank you, Ike