Luiz Ferreira
Luiz Ferreira
@donraab @mohrezaei I don't understand how the function above will break with the change. Could you provide a example using the collection ? If possible of course, if not it's...
I got it now, thx.
Since we aren't able to determine if a function is stateless or not this optimization isn't possible right ? Do you think that is a option add a collect method...
Thx for the explication @donraab . We have these things to do: * Remove the optimization from AbstractBag.java * Add a method called collectOccurrences to AbstractBag and all others primitive...
I will try work on this at weekend.
I have an question, should I write tests for those implementations ? If so, then where could I put it ?