摘要: JAVA集合小结有序否允许元素重复否Collection否是List是是SetAbstractSet否否HashSetTreeSet是(用二叉树排序)MapAbstractMap否使用key-value来映射和存储数据,Key必须惟一,value可以重复HashMapTreeMap是(用二叉树排序)... 阅读全文
posted @ 2015-12-28 22:47 AnglusWang 阅读(223) 评论(0) 推荐(0) 编辑