Open victornoel opened 3 years ago
Hey @victornoel , I would like to work on this issue, if you don't mind.
Hi @Sap1996, I'm not part of this project but they are open to contributions so if you do, it would be great :)
@donraab I believe #1106 (for #1104) solved this ticket, right?
It would be nice to support methods on
MutableListMultimap
(and all the others actually) that allows to iterate over the values asMutableList
and not onlyIterable
.This would be helpful if I want to modify in place the values without creating a new multimap for performance reasons.