摘要: 1.Set 不允许重复元素 无顺序 至多允许一个Null值 HashSet h=new HashSet(); h.add(); h.size(); Iterator it=h.Iterator(); while(h.hasNext()) { Object o=it.Next()} 2.Iterato 阅读全文
posted @ 2016-09-25 21:28 Nicolellu 阅读(182) 评论(0) 推荐(0)