aboutsummaryrefslogtreecommitdiff
path: root/src/share/classes/java/util/stream
AgeCommit message (Expand)Author
2019-07-228075939: Stream.flatMap() causes breaking of short-circuiting of terminal ope...shade
2019-07-228190974: Parallel stream execution within a custom ForkJoinPool should obey t...psandoz
2019-07-228154387: Parallel unordered Stream.limit() tries to collect 128 elements even...tvaleev
2019-04-208044047: Missing null pointer checks for streamspsandoz
2015-06-238129120: Terminal operation properties should not be back-propagated to upstr...psandoz
2014-09-108030079: Lint warnings in java.lang.invokevlivanov
2014-01-168029452: Fork/Join task ForEachOps.ForEachOrderedTask clarifications and mino...psandoz
2014-05-068042355: stream with sorted() causes downstream ops not to be lazypsandoz
2014-01-218032190: Specifications of stream flatMap methods should require mapped strea...psandoz
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-118029696: Broken doc links to package-summary.html#NonInterference in java.uti...michaelm
2013-12-118029944: Primitive Stream reduce method documentation pseudo code misidentifi...michaelm
2013-12-018006572: DoubleStream.sum() & DoubleSummaryStats implementations that reduce ...darcy
2013-11-258028516: Java doc error in Int/Long/Double/Stream.peekpsandoz
2013-10-318027316: Distinct operation on an unordered stream should not be a barrierpsandoz
2013-10-228025909: Lambda Library Spec Updateshenryjen
2013-10-168025910: rename substream(long) -> skip and remove substream(long,long)mduigou
2013-10-098024354: Explicitly permit DoubleStream.sum()/average() implementations to us...darcy
2013-10-028025534: Unsafe typecast in java.util.stream.Streams.Nodespsandoz
2013-10-018025535: Unsafe typecast in java.util.stream.SortedOpspsandoz
2013-09-068024825: Some fixes are missing from java.util.stream spec updatehenryjen
2013-09-068011916: Spec update for java.util.streamhenryjen
2013-09-038017513: Support for closeable streamshenryjen
2013-09-038024178: Difference in Stream.collect(Collector) methods located in jdk8 and ...henryjen
2013-08-098023681: Fix raw type warning caused by Sinkhenryjen
2013-08-128019401: Collectors.collectingAndThenbriangoetz
2013-08-068022476: cleanup some raw types and unchecked warnings in java.util.streammduigou
2013-08-068022446: Fix serial warnings in java.util.streamhenryjen
2013-06-288015318: Extend Collector with 'finish' operationbriangoetz
2013-08-058022190: Fix varargs lint warnings in the JDKdarcy
2013-08-018020016: Numerous splitereator impls do not throw NPE for null Consumerspsandoz
2013-07-308021863: Stream.concat incorrectly calculates unsized statepsandoz
2013-07-258021408: Fix misc doclint issues in java.util and java.iodarcy
2013-07-088020062: Nest StreamBuilder interfaces inside relevant Stream interfaceshenryjen
2013-07-038019395: Consolidate StreamSupport.{stream,parallelStream} into a single methodpsandoz
2013-07-128015315: Stream.concat methodsmduigou
2013-07-108020040: Improve and generalize the F/J tasks to handle right or left-balance...psandoz
2013-07-098019551: Make BaseStream publicpsandoz
2013-07-038017329: 8b92-lambda regression: TreeSet("a", "b").stream().substream(1).para...psandoz
2013-06-288012987: Optimizations for Stream.limit/substreampsandoz
2013-06-118009736: Comparator API cleanuphenryjen
2013-06-208016324: filter/flatMap pipeline sinks should pass size information to downst...psandoz
2013-06-208016308: Updates to j.u.stream.Node/Nodespsandoz
2013-06-138016251: Balanced spliterator for SpinedBufferpsandoz
2013-06-118015895: Int/LongStream.range/rangeClosedpsandoz
2013-06-108016217: More javadoc warningsalanb
2013-06-108015792: Rename Spliterators.spliteratorFromIterator to Spliterators.iteratorpsandoz
2013-06-108015798: Rename IntStream.longs/doubles and LongStream.doubles to asXxxStreampsandoz
2013-06-108015492: Remove DoubleStream.range methodspsandoz