Andrew Lott
0
Q:

java 8 group a collections by 2 property

Map<String, Map<BlogPostType, List>> map = posts.stream()
  .collect(groupingBy(BlogPost::getAuthor, groupingBy(BlogPost::getType)));
1

New to Communities?

Join the community