RFR : 8010953: Add primitive summary statistics utils
Tim Peierls
tim at peierls.net
Tue Apr 16 12:05:57 UTC 2013
On Mon, Apr 15, 2013 at 7:30 PM, Mike Duigou <mike.duigou at oracle.com> wrote:
> Another integration review in the JSR-335 libraries series. These three
> classes provide a utility for conveniently finding count, sum, min, max
> and average of ints, longs or doubles. They can be used with existing code
> but will most likely be used with the Collectors utilities or directly with
> primitive or boxed streams.
>
> http://cr.openjdk.java.net/~mduigou/JDK-8010953/1/webrev/
Why the extra toString() calls on the result of String.format(...)?
--tim
More information about the core-libs-dev
mailing list