a ConcurrentHashMap can only associate 1 value to 1 key: map.put("a", "bla"); map.put("a", "blu"); map.get("a") will return only "blu".
確定! 回上一頁