使用java8的lambda將list轉爲map

經常使用方式 代碼以下:java public Map<Long, String> getIdNameMap(List<Account> accounts) { return accounts.stream().collect(Collectors.toMap(Account::getId, Account::getUsername)); } 收集成實體自己map 代碼以下:ide pub
相關文章
相關標籤/搜索