eclipse-collections
eclipse-collections copied to clipboard
Expose specific type of values collection in MutableListMultimap and others
It would be nice to support methods on MutableListMultimap (and all the others actually) that allows to iterate over the values as MutableList and not only Iterable.
This would be helpful if I want to modify in place the values without creating a new multimap for performance reasons.
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?