jdk/src/share/classes/java/util/stream/DoubleStream.java
Mon, 28 Jul 2014 23:46:03 -0700 darcy 8030942: Explicitly state floating-point summation requirements on non-finite inputs
Wed, 16 Jul 2014 14:35:48 +0200 psandoz 8044047: Missing null pointer checks for streams
Wed, 11 Dec 2013 15:26:47 -0800 michaelm 8029944: Primitive Stream reduce method documentation pseudo code misidentifies apply method
Tue, 21 Jan 2014 10:49:49 +0100 psandoz 8032190: It's unclear that flatMap will ensure each stream will be closed.
Mon, 25 Nov 2013 09:55:34 +0100 psandoz 8028516: Java doc error in Int/Long/Double/Stream.peek
Tue, 22 Oct 2013 15:12:22 -0700 henryjen 8025909: Lambda Library Spec Updates
Wed, 16 Oct 2013 13:03:58 -0700 mduigou 8025910: rename substream(long) -> skip and remove substream(long,long)
Wed, 09 Oct 2013 18:31:51 -0700 darcy 8024354: Explicitly permit DoubleStream.sum()/average() implementations to use higher precision summation
Fri, 06 Sep 2013 22:20:01 -0700 henryjen 8011916: Spec update for java.util.stream
Tue, 03 Sep 2013 12:16:01 -0700 henryjen 8017513: Support for closeable streams
Fri, 28 Jun 2013 16:26:54 -0400 briangoetz 8015318: Extend Collector with 'finish' operation
Mon, 08 Jul 2013 15:46:26 -0400 henryjen 8020062: Nest StreamBuilder interfaces inside relevant Stream interfaces
Wed, 03 Jul 2013 21:43:49 +0200 psandoz 8019395: Consolidate StreamSupport.{stream,parallelStream} into a single method
Fri, 12 Jul 2013 12:15:22 -0700 mduigou 8015315: Stream.concat methods
Fri, 28 Jun 2013 10:29:21 +0200 psandoz 8012987: Optimizations for Stream.limit/substream
Mon, 10 Jun 2013 11:52:32 +0200 psandoz 8015492: Remove DoubleStream.range methods
Tue, 28 May 2013 15:22:30 +0200 psandoz 8014393: Minor typo in the spec for j.u.stream.Stream.findFirst()
Sat, 20 Apr 2013 18:53:26 -0400 briangoetz 8012650: Arrays streams methods
Wed, 17 Apr 2013 14:39:04 -0400 briangoetz 8008682: Inital Streams public API
less more (0) tip