摘要: Collection--List: 以特定次序存储元素。所以取出来的顺序可能和放入顺序不同。 ArrayList LinkedList Vector--Set : 不含有重复的元素 HashSet TreeSetMap HashMap HashTable TreeMap补充: List,Set,Ma 阅读全文
posted @ 2017-07-04 15:21 TaoLeonis 阅读(707) 评论(0) 推荐(0) 编辑