HashMap可以通过Map m = Collections.synchronizedMap(hashMap)来达到同步的效果
Map m = Collections.synchronizedMap(hashMap)