Java 列表操做

Collections.shuffle(testList);// 对列表进行随机排序 

testList.removeAll(Collections.singleton(null));// 删除列表中全部 null 元素
相关文章
相关标签/搜索