Fork me on GitHub
摘要: Collection 接口 方法实现 boolean add(Object o);//添加 boolean remove(Object o);//移除 修改方法 让实现类自己去实现修改元素 增强for进行遍历 获取集合中的元素 List 继承于 Collection 接口 //私有方法 ListIt 阅读全文
posted @ 2017-08-29 16:52 TopTime 阅读(262) 评论(0) 推荐(0) 编辑