lamda表达式排序
st.sort(Comparator.comparing(Live::getId)
.thenComparing(Live::getAppId, Comparator.reverseOrder()));
【做一朵向日葵,面朝太阳,心纳阳光。心,只要有了充盈的阳光,就不再那么的冰;人,也就不再那么的冷;拥有了热度,心也跟着有了温度。】
st.sort(Comparator.comparing(Live::getId)
.thenComparing(Live::getAppId, Comparator.reverseOrder()));