摘要: Collection接口API; Collection子接口一:Set接口(元素无序,不可重复的集合) HashSet、LinkedHashSet、TreeSet Collection子接口二:List接口(元素有序,可重复的集合) ArrayList、LinkedList、Vector Map接口 阅读全文
posted @ 2018-08-15 22:55 yikuandyk 阅读(225) 评论(0) 推荐(0)