* 1.HashMap中的键不能重复,如果重复,则新的元素会覆盖旧的元素
* put() get() isEmpty() size()
* containsKey() containsValue() putAll()
运行结果:
* 1.HashMap中的键不能重复,如果重复,则新的元素会覆盖旧的元素
* put() get() isEmpty() size()
* containsKey() containsValue() putAll()
运行结果: