零EVA

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2017年6月29日

摘要: Collection |--List:元素是有序的,元素可以重复,因为该集合体系有索引 |--Set:元素是无序的,元素不可以重复,该集合中没有索引 List: 凡是可以操作角标的方法,都是该体系特有的方法 增 add(index,element); addAll(index,Collection) 阅读全文
posted @ 2017-06-29 16:24 零EVA 阅读(170) 评论(0) 推荐(0) 编辑