博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
排序记录
阅读量:5299 次
发布时间:2019-06-14

本文共 389 字,大约阅读时间需要 1 分钟。

  1. Map可用TreeMap 自动[]排序 
  2. List 可用Collections.sort方法实现
    Collections.sort(allCompanys,new Comparator
    (){ public int compare(PrpLremoteLook p1,PrpLremoteLook p2){ if(Integer.parseInt(p1.getComCode())>Integer.parseInt(p2.getComCode())){ return 1; }else{ return 0; } } });

     

转载于:https://www.cnblogs.com/imaye/p/9843945.html

你可能感兴趣的文章
C#使用Xamarin开发可移植移动应用(2.Xamarin.Forms布局,本篇很长,注意)附源码
查看>>
koogra--Excel文件读取利器
查看>>
ASP.NET 使用ajaxupload.js插件出现上传较大文件失败的解决方法
查看>>
jenkins搭建
查看>>
C#中使用Split分隔字符串的技巧
查看>>
(springboot)freemarker(二)
查看>>
linux下golang gRPC配置详解
查看>>
mongodb 简单使用说明
查看>>
eclipse的调试方法的简单介绍
查看>>
OneAPM 云监控部署与试用体验
查看>>
加固linux
查看>>
wget 升级
查看>>
为什么需要大数据安全分析?
查看>>
day13.字典复习
查看>>
IPSP问题
查看>>
(转)Java中的String为什么是不可变的? -- String源码分析
查看>>
HNU 10362 A+B for Input-Output Practice (II)
查看>>
iOS——UIButton响应传参数
查看>>
【转帖】关于'eh vector constructor/destructor iterator'的讨论及类的内存分布模型
查看>>
十. 图形界面(GUI)设计9.列表和组合框
查看>>