SSAFY-Book-Study / modern-java-in-action

모던 자바 인 액션 북스터디입니다.
1 stars 10 forks source link

2 Weeks - [Collectors.toMap에 대해 궁금합니다] #28

Open dpwns523 opened 1 year ago

dpwns523 commented 1 year ago

문제

컬렉터의 toMap 메서드에 대해 알아보기

contents - 세부 내용

그룹화 메서드로 Collectors.toMap을 이용하는 방법도 있는데 책에서는 소개되지 않아서 알아보는게 좋을 것 같습니다

hgene0929 commented 1 year ago

Stream.collect()

hgene0929 commented 1 year ago

Collectors

hgene0929 commented 1 year ago

groupingBy() & partitioningBy()