Map集合:
常用api:
put:
遍历方法:
map.entrySet()自动生成左边
Hashmap:
和HashSet类似
LinkedHashMap:
保证存取顺序一致,其余和HashMap一样
TreeMap: