aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/java/util/stream/DoublePipeline.java
AgeCommit message (Expand)Author
2019-07-228075939: Stream.flatMap() causes breaking of short-circuiting of terminal ope...shade
2019-04-208044047: Missing null pointer checks for streamspsandoz
2014-01-098031187: DoubleStream.count is incorrect for a stream containing > Integer.MA...psandoz
2014-01-038030212: Several api.java.util.stream tests got "NaN" value instead of "Infin...darcy
2013-12-018006572: DoubleStream.sum() & DoubleSummaryStats implementations that reduce ...darcy
2013-10-168025910: rename substream(long) -> skip and remove substream(long,long)mduigou
2013-09-068011916: Spec update for java.util.streamhenryjen
2013-09-038017513: Support for closeable streamshenryjen
2013-08-098023681: Fix raw type warning caused by Sinkhenryjen
2013-08-068022476: cleanup some raw types and unchecked warnings in java.util.streammduigou
2013-06-208016324: filter/flatMap pipeline sinks should pass size information to downst...psandoz
2013-06-138016251: Balanced spliterator for SpinedBufferpsandoz
2013-06-108015792: Rename Spliterators.spliteratorFromIterator to Spliterators.iteratorpsandoz
2013-04-248011920: Main streams implementationmduigou