jdk/src/java.base/share/classes/java/util/stream
Roger Riggs 17c52789b7 8286378: Address possibly lossy conversions in java.base
Reviewed-by: naoto, xuelei, bpb, alanb
2022-05-12 16:50:36 +00:00
..
AbstractPipeline.java 8274075: Fix miscellaneous typos in java.base 2021-09-23 08:08:39 +00:00
AbstractShortCircuitTask.java 8255299: Drop explicit zeroing at instantiation of Atomic* objects 2020-10-28 12:11:53 +00:00
AbstractSpinedBuffer.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
AbstractTask.java 8276674: Malformed Javadoc inline tags in JDK source 2021-12-02 20:47:29 +00:00
BaseStream.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Collector.java 8231161: Wrong return type in code sample in Collector API documentation 2019-10-03 18:59:56 +01:00
Collectors.java 8214761: Bug in parallel Kahan summation implementation 2021-09-03 00:50:11 +00:00
DistinctOps.java 8210347: Combine subsequent calls to Set.contains() and Set.add() 2018-09-11 14:51:45 -07:00
DoublePipeline.java 8214761: Bug in parallel Kahan summation implementation 2021-09-03 00:50:11 +00:00
DoubleStream.java 8238286: Add new flatMap stream operation that is more amenable to pushing 2020-08-31 16:12:32 +01:00
FindOps.java 8276674: Malformed Javadoc inline tags in JDK source 2021-12-02 20:47:29 +00:00
ForEachOps.java 8190974: Parallel stream execution within a custom ForkJoinPool should obey the parallelism 2017-11-08 10:27:10 -08:00
IntPipeline.java 8238286: Add new flatMap stream operation that is more amenable to pushing 2020-08-31 16:12:32 +01:00
IntStream.java 8238286: Add new flatMap stream operation that is more amenable to pushing 2020-08-31 16:12:32 +01:00
LongPipeline.java 8238286: Add new flatMap stream operation that is more amenable to pushing 2020-08-31 16:12:32 +01:00
LongStream.java 8238286: Add new flatMap stream operation that is more amenable to pushing 2020-08-31 16:12:32 +01:00
MatchOps.java 8235730: Incorrect javadoc in MatchKind 2019-12-10 15:50:12 -08:00
Node.java 8276674: Malformed Javadoc inline tags in JDK source 2021-12-02 20:47:29 +00:00
Nodes.java 8286378: Address possibly lossy conversions in java.base 2022-05-12 16:50:36 +00:00
package-info.java 8259816: Typo in java.util.stream package description 2021-01-27 19:02:49 +00:00
PipelineHelper.java 8276674: Malformed Javadoc inline tags in JDK source 2021-12-02 20:47:29 +00:00
ReduceOps.java 8265029: Preserve SIZED characteristics on slice operations (skip, limit) 2021-05-28 01:56:38 +00:00
ReferencePipeline.java 8274835: Remove unnecessary castings in java.base 2021-11-12 16:30:56 +00:00
Sink.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SliceOps.java 8265029: Preserve SIZED characteristics on slice operations (skip, limit) 2021-05-28 01:56:38 +00:00
SortedOps.java 8075939: Stream.flatMap() causes breaking of short-circuiting of terminal operations 2017-12-21 13:52:20 -08:00
SpinedBuffer.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Stream.java 8252399: Update mapMulti documentation to use type test pattern instead of instanceof once JEP 375 exits preview 2021-03-09 11:09:40 +00:00
StreamOpFlag.java 8265029: Preserve SIZED characteristics on slice operations (skip, limit) 2021-05-28 01:56:38 +00:00
Streams.java 8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package 2020-09-30 20:05:07 +00:00
StreamShape.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
StreamSpliterators.java 8265029: Preserve SIZED characteristics on slice operations (skip, limit) 2021-05-28 01:56:38 +00:00
StreamSupport.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TerminalOp.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
TerminalSink.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Tripwire.java 8266459: Implement JEP 411: Deprecate the Security Manager for Removal 2021-06-02 11:57:31 +00:00
WhileOps.java 8218022: Repeated words typos in java.base 2019-01-30 00:24:32 +00:00