去除list中的null 元素

  使用系统方法rem public static <T> List<T> removeNull(List<? extends T> oldList) {     oldList.removeAll(Collections.singleton(null));      return (List<T>) oldList;   }get   本办法io public static <T> List<T
相关文章
相关标签/搜索