RFR : 8010953: Add primitive summary statistics utils (original) (raw)
Mike Duigou mike.duigou at oracle.com
Mon Apr 15 23:04:35 UTC 2013
- Previous message: hg: jdk8/tl/jdk: 8008509: 6588413 changed JNIEXPORT visibility for GCC on HSX, jdk's jni_md.h needs similar change
- Next message: RFR : 8010953: Add primitive summary statistics utils
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello all;
Another 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/0/webrev/
Mike
- Previous message: hg: jdk8/tl/jdk: 8008509: 6588413 changed JNIEXPORT visibility for GCC on HSX, jdk's jni_md.h needs similar change
- Next message: RFR : 8010953: Add primitive summary statistics utils
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]