Map集合,分为 HashMap(底层是哈希算法)和TreeMap(底层是二叉树算法)。其中HashMap有子类linkedHashMap(底层链表结构可以实现有序)。Collectioans工具类的功能。