javaCollections排序--多条件排序

更新时间:2023-07-17 00:13:29 阅读: 评论:0

razors
丰田广告歌曲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;
dom
cucurbit}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());
benighted
}
}
//告警类型相同,按字母排序
Code4().Code4());
}
};
moderate// 告警类型⽐较排序
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-07-17 00:13:29,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/78/1100461.html

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

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