摘要: Collections.sort(list); // 顺序排列 Collections.reverse(list); // 倒序排列 Collections.shuffle(list); // 无序 阅读全文
posted @ 2018-06-20 10:51 宇枫 阅读(19902) 评论(0) 推荐(0) 编辑