摘要: 1.java集合主要有2个根接口分别是Collection和map Collection 接口主要有3个子接口Set:无序集合元素不可以重复。Queue队列List:有序集合元素可以重复。 -------------------Set----------------- Set包括HashSet,Tr 阅读全文
posted @ 2016-03-10 11:13 ysw 阅读(144) 评论(0) 推荐(0)