是否可以使用相同的密鑰創建hashmaps的多個實例?例如:HashMap的多個實例
while(br.readLine != ""){
HashMap<Integer,String> hm=new HashMap<Integer,String>();
String[] Values = readLine.split(":");
hm.put(1,Value[1]);
hm.put(2,Value[2);
hm.put(3,Value[3]);
}
在這種情況下,會爲循環的每次迭代創建新的hashmap實例還是會重寫?
如果它被覆蓋,如何在這種情況下實現地圖的多個實例?
我希望每個java新手都必須捐贈1美元給慈善機構,用'=='或'!='來比較字符串.... –