What are you hoping to achieve here? A Map (the HashMap) in your case is a direct "mapping" from one "key" to another value. E.g. "foo" -> 123 "bar" -> 321 ...
確定! 回上一頁