1ightDance

Results 3 comments of 1ightDance

Hi @donraab This code-generator module idea is fantastic and attractive for me, May I take a try solve this issue?

Hi @donraab I found it's easy to calculate a `sum`, a `max`, a `min` and a `count `using Bag's properties, but hard to assemble them into a `SummaryStatistics`. Seems impossible...

Thanks for your help @donraab My code is some way refferred Binary Exponentiation like this: ``` @Override public DoubleSummaryStatistics summaryStatistics() { DoubleSummaryStatistics result = new DoubleSummaryStatistics(); this.forEachWithOccurrences((double each, int occurrences)...