`Map<K, Set<T>>` or `Map<K, Iterabl...
# stdlib
g
Map<K, Set<T>>
or
Map<K, Iterable<T>>
will also be perfectly fine, I'm mainly concerned about the grouping aspect and not the explicit return type
g
Thank you! :)