Apr 19, 2022
Hi Erwin, thanks for the questions and for checking out the library. If you ask questions and tag them as eclipse-collections on StackOverflow I can provide answers that many folks might find useful. On the nested grouping, I would just use stream with groupingBy but at the leaf level would use a Collector from Collectors2 in Eclipse Collections. There are Multimap Collectors.