JAVA基于Arrays.sort()实现数组升序和降序
java中对数组进行排序
使用Array.sort()这个默认是升序
@Test
publicvoidindex4(){
intscores[]=newint[]{1,2,3,89,4};
Arrays.sort(scores);
for(inti:scores
){
System.out.println(i);
}
}
如果想降序怎么办呢?
使用:Arrays.sort(scores,Collections.reverseOrder());
需要注意的是不能使用基本类型(int,double,char),如果是int型需要改成Integer,float要改成Float
例子:
@Test
publicvoidindex5(){
Integerscores[]={1,2,3,89,4};
Arrays.sort(scores,Collections.reverseOrder());
for(Integeri:scores
){
System.out.println(i);
}
}
如果得到的是int数组,怎么办,需要先转换一下
@Test
publicvoidindex6(){
intscores[]=newint[]{1,2,3,89,4};
IntegernewScores[]=newInteger[5];
for(inti=0;i
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持毛票票。
热门推荐
10 新人红包祝福语简短精辟
11 幼师给毕业祝福语简短
12 生日高考祝福语妹妹简短
13 下飞机祝福语简短英文
14 元宵发客户祝福语简短
15 爸妈金婚文案祝福语简短
16 新郎朋友红包祝福语简短
17 虎年五一祝福语大全简短
18 出阁宴祝福语姐姐简短