List<Map<String, Object>> 中根据某一个属性进行排序
摘要:
//key 是要排序的属性,low1是要list排序的起始位置,high1是list的终止位置 private static List<Map<String, Object>> sortList(List<Map<String, Object>> list,String key, int low1, 阅读全文
posted @ 2017-05-18 11:19 街机玩家 阅读(395) 评论(0) 推荐(0)