数组工具类arrays和集合collections_第1页
数组工具类arrays和集合collections_第2页
数组工具类arrays和集合collections_第3页
已阅读5页,还剩3页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、android培训android培训、java培训ArraysasList方法:将数组转换成list集合。 arr = abc,kk,= Arrays.asList(arr);/将arr数组转成list集合。好处呢?用aslist方法,将数组变成集合;listisEmpty()containsindexOfset;add、remove、clear。(会报不支持操作异常 的是基本数据类型,asList会将数组实体作为集合元素存在。toArraysize,toArray 自size。如果传递的指定的类型的数组的长度大于了集合的 size,那么 toArray 方法,就不会创建新数组,直接使用该数组

2、即可,并将集合中的元素 到数组中,其他为 元素的位置默null。将集合变成数组后 范例fillsort方法,equalsbinarySearch 方法能对排序好的数组进行二分查找法操importArrayspublicclassTestArrayspublicicvoidarray)if(array!=null)fori=publicclassTestArrayspublicicvoidarray)if(array!=null)fori=0;iarray.length;i+)(arrayi+publicicvoidmain(Stringargs)array=/填充数Arrays.fill(ar

3、ray,ln(填充数组:Arrays.fill(array,5):); /将数组的第2和第3个元素赋值为Arrays.fill(array,2,4,Arrays.fill(array, 2, 4, 8):);array1=/对数组的第2个到第6个进行排序进行排ln(对数组的第 2个到第 6个元素进行排序进行排序/对整个数组进行排ln(对整个数组进行排序/比较数组元素是否相ln(比较数组元素是否等:Arrays.equals(array, array1):+n+Arrays.equals(array, array2=ln(克隆后数组元素是否等:Arrays.equals(array1, arra

4、y2):+n+Arrays.equals(array1, /使用二分搜索/使用二分搜索算法查找指定元素所在的下标(必须是排序好的,否则结果不确Arrays.binarySearch(array1, 3): +n+Arrays.binarySearch(array1, 3);/如果不存在就返回负Arrays.binarySearch(array1, 9): +n+Arrays.binarySearch(array1, 9);输出结果填充数组:Arrays.fill(array,5): 5 5 5 5 5将数组的第23个元素赋值为8:Arrays.fill(array,2,4,5588对数组的第

5、2个到第 6个元素进行排序进行排782336125对整个数组进行排23345678比较数组元素是否相等:Arrays.equals(array,array1): 克隆后数组元素是否相等:Arrays.equals(array1,array2): 3array1中的位置:Arrays.binarySearch(array1,3): 9array1中的位置:Arrays.binarySearch(array1, -CollectionsCollections.sort(list);/list Collections.sort(list,new ComparatorByLen();/按指定的比较器方

6、法排序。 class ComparatorByLen implements Comparatorcompare(String s1,String temp = s1.length()-s2.length(); Collections.max(list); listindex = Collections.binarySearch(list,zz);/二分查找,返回角标。 将非同步集合转成同步集合的方法:CollectionsCollections.max(list); listindex = Collections.binarySearch(list,zz);/二分查找,返回角标。 将非同步集合

7、转成同步集合的方法:CollectionsMap synchronizedMap(map);(范例例:对已知集c 进行排序?publicclassPracticepublicicvoidmain(StringListc=newArrayList(); 运行结果为:l,o,v,e,l,o,publicclassPracticepublicicvoidmain(StringListc=newArrayList(); 运行结果为:l,o,v,l,v, e, o,v,e,运行结果为:l,o,v,l,v, e, o,v,e,例:binarySearch(Collection,Object)的简单示例pu

8、blicclassPracticepublicicvoidmain(StringListc=newArrayList(); m=Collections.binarySearch(c,n=-m-运行结果为:lo,v,1注意:若查找的元素不存在,示例中的 n 即表示该元素最有可能存在的位置的索引4、parator)方法的使用(前者采用 内含自然比较法,后者采用 Comparator 进行比较)parator)方法的使用(前者采用 Collection 含自然比较法,后者采用 Comparator 进行比较)6、indexOfSubList(Listlist,ListsubList)方法的使用(含义

9、:查subListlist中首例publicclassPracticepublicicvoidmain(StringListlist=Arrays.asList(onetwothreefourfivesiven.split(ListsubList=Arrays.asList(threefourfivesix.split(ln(Collections.indexOfSubList(list, 运行结果为:one,two,three,four,five,six,siven 7、lastIndexOfSubList(List 在此就不做介绍了)ln(Collections.indexOfSubLis

10、t(list, 运行结果为:one,two,three,four,five,six,siven 7、lastIndexOfSubList(List 在此就不做介绍了)方法的使用与上例方法的使用相8、replaceAll(Listlist,Objectold,Objectnew)方法的使用(含义:替换批定元素为某元素,若要替换的值存在刚返true,反之返false)。例publicclassPracticepublicicvoidmain(StringListlist=Arrays.asList(onetwothreefourfivesiven.split(ListsubList=Arrays.

11、asList(threefourfivesix.split(ln(Collections.replaceAll(list, siven, 运行结one,two,three,four,five,six,siven one,two,three,four,five,sixsiveneight 例publicclassPracticepublicicvoidmain(StringListlist=Arrays.asList(onetwothreefourfivesiven.split(运行结one,two,three,four,five,six,siven siven,six,five,four,th

12、ree,two,10、e(Listm)方法的使用(含义:集合中的元素向后移 m publicclassPracticepublicicvoidmain(StringListlist=Arrays.asList(onetwothreefourfivesiven.split(e(list,运行结one, two, three, four,five, six, siven siven,one,two,Listlist=Arrays.asList(onetwothreefourfivesiven.split(e(list,运行结one, two, three, four,five, six, sive

13、n siven,one,two,three,four,five,11、copy(Listm,Listn)方法的使用(含义:将集合n中的元素全部例publicclassPracticem 中,并且publicicvoidmain(StringListm=Arrays.asList(onetwothreefourfivesiven.split(ListnArrays.asList(.split(运行结果为:onetwo,three,four,five,six,我, 叫我, 叫, 12、swap(Listlist,例,four,five,six,j)方法的使用(含义:交换集合中指定元素索引的位置)p

14、ublicclassPracticepublicicvoidmain(StringListm=Arrays.asList(onetwothreefourfivesiven.split(Collections.swap(m,2,运行结one,two,three,four,five,six,siven one,two,four,three,five,six,13、fill(Listlist,Objecto)方法的使用(含义olist中的所有元素)。publicclassPracticepublicicvoidmain(StringListm=Arrays.asList(onetwothreefourfivesiven.split(Collections.fill(m,运行结果为one,two,three,publicicvoidmain(StringListm=Arrays.asList(onetwothreefourfivesiven.split(Collections.fill(m,运行结果为one,two,three,four,five,six,14、n,Object o)方法的使用(含义:返回大小为n 的List,List 不可改变publicclassPracticepublicicvoidmain(Str

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论