集合:Collection 接口:单列集合,用来存储一个一个的对象; list接口:存储有序的、可重复的数据。 Arraylist LinkedList Vector set接口:存储无序的、不可重复的数据 HashSet LinkedHashMap TreeSet Map接口: 双列集合,用来存储一对(key - value)一对的数据 HashMap LinkedHashMap TreeMap Hashtable Properties