去除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
相關文章
相關標籤/搜索