首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 软件管理 > 软件架构设计 >

Cololection 引见

2012-10-08 
Cololection 介绍1. List.contains()2.List.indexof() ???? -13.List.remove(entity)4. Arrays.entity

Cololection 介绍

1. List.contains();

2.List.indexof() ;???? -1

3.List.remove(entity)

4. Arrays.<entity>asList(entity,entity);

5.List.shuffle(list);? 洗牌打乱顺序

6.list.retainAll(list2);? 两个集合的交集

7.list.sublist(); //取得部分集合

8.list.containsAll(list);

9.list.listIterator([args]从第几位开始);??? hasNext()??? next()???? hasPrevious()????? previous()

热点排行