zyf-yxm
Collections.sort(list); // 顺序排列 

Collections.reverse(list); // 倒序排列 

Collections.shuffle(list); // 无序

分类:

技术点:

相关文章: