javaCollections排序--多条件排序

更新时间:2023-06-25 17:42:34 阅读: 评论:0

javaCollections排序--多条件排序
java Collections 排序–多条件排序
// 告警排序
Collections.sort(domesticAirport, comparator);
// 告警排序
茄子卷Comparator<AirportRtWeatherWarningBeanForTable> comparator = new Comparator<AirportRtWeatherWarningBeanForTable>() { @Override
public int compare(AirportRtWeatherWarningBeanForTable a1, AirportRtWeatherWarningBeanForTable a2) {
// ⾸先根据是否过期排序
if(a1.isMetarExpired() && !a2.isMetarExpired()){荔枝的作用
return1;
辩论赛流程}el if (!a1.isMetarExpired() && a2.isMetarExpired()) {
return -1;
} el if ((a1.isMetarExpired() && a2.isMetarExpired()) || (!a1.isMetarExpired() && !a2.isMetarExpired())) {
//同时过期,或者都不过期,则按告警类型排序
if (a1.getWarningColor() != a2.getWarningColor()) {
return WarningColor(), a2.getWarningColor());
}
}
//告警类型相同,按字母排序
Code4().Code4());
}
};
// 告警类型⽐较排序
public int compareColor(Color color1, Color color2) {
int i = 0;
int j = 0;
if (color1.equals(MeteoWeatherWarningPanel.RED)) {
i = 3;
} el if (color1.equals(MeteoWeatherWarningPanel.YELLOW)) {东莞英语
i = 2;
室内足球} el if (color1.equals(MeteoWeatherWarningPanel.GREEN)) {
梦见初恋情人i = 1;
}
if (color2.equals(MeteoWeatherWarningPanel.RED)) {
j = 3;
} el if (color2.equals(MeteoWeatherWarningPanel.YELLOW)) {
豆浆机什么牌子的好j = 2;
} el if (color2.equals(MeteoWeatherWarningPanel.GREEN)) {
j = 1;
}
int k = i - j;
if (k > 0) {
return -1;
} el if (k < 0) {
return1;
} el
异言return0;
}

本文发布于:2023-06-25 17:42:34,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/89/1054581.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:排序   告警   类型
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图