摘要: 排序: collections.sort(list); 随机排序: collections.shuffle(list); 反转排序: collections.reverse(list); 复制方法; List<A> new List=Arrays.asList(new A[i]); //默认长度为0 阅读全文
posted @ 2017-05-26 20:16 如果能够 阅读(127) 评论(0) 推荐(0)