第一章 Map集合
1.1 Map接口中的常用方法
1.2 Entry键值对对象
1.3 HashMap 存储自定义类型键值
1.4 LinkedHashMap
map中存放的key和取出的顺序是一样的