Community
Participate
Working Groups
An index function in IterableExtensions delegating to Guava's MultiMap.index seems to be a very useful addition.
I'm not fond of that idea. It would be the first API where we leak guava dependencies and it's not too difficult to have an static extension import for Multimaps, would it? Maybe we can have something that returns a Map<K, Iterable<V>> ?
I don't think "leaking" guava is a problem (anymore).
see comment #1
Requested via bug 522520. -M.