java8Collectors.toMap 的value爲null的時候報NullPointException ,key重複報IllegalStateException: Duplicate key

使用jdk8對於熟悉的的還好,要是不熟悉,確定會有不少坑java 有時候咱們查詢數據庫獲得一個List集合,而後將list集合使用Stream流將List集合映射成map,以下面的形式:數據庫 ArrayList<Person> persons= new ArrayList<>(); Person person1 = new Person(); person1.se
相關文章
相關標籤/搜索