Guest User

Untitled

a guest
May 20th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. Map<Color, Long> map =
  2. people.stream().collect(Collectors.groupingBy(
  3. Person::getFavoriteColor,
  4. Collectors.counting()));
Add Comment
Please, Sign In to add comment