RFR : 8010953: Add primitive summary statistics utils

Chris Hegarty chris.hegarty at oracle.com
Tue Apr 16 09:28:58 PDT 2013


Looks fine to me Mike,

Just a few minor inconsistencies in the @param and @return phrases, 
where the first word starts with a capital letter. I guess this should 
be lowercase for all.

-Chris.

On 04/16/2013 12:30 AM, Mike Duigou wrote:
> Hello all;
>
> 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/
>
> (this is an updated version of the webrev sent to core-libs-dev).
>
> Mike
>


More information about the lambda-dev mailing list