jdk/src/java.base/share/classes/java/util/stream
Stuart Marks 41dbc139ab 8180352: Add Stream.toList() method
Reviewed-by: psandoz
2020-11-30 19:37:56 +00:00
..
AbstractPipeline.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02: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 8190974: Parallel stream execution within a custom ForkJoinPool should obey the parallelism 2017-11-08 10:27:10 -08: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 8254090: Collectors.toUnmodifiableList exposes shared secret 2020-10-12 17:22:21 +00:00
DistinctOps.java 8210347: Combine subsequent calls to Set.contains() and Set.add() 2018-09-11 14:51:45 -07:00
DoublePipeline.java 8238286: Add new flatMap stream operation that is more amenable to pushing 2020-08-31 16:12:32 +01: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 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02: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 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
Nodes.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
package-info.java 8241727: Typos: empty lines in javadoc, inconsistent indents, etc. (core-libs only) 2020-03-28 21:07:55 -07:00
PipelineHelper.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ReduceOps.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
ReferencePipeline.java 8180352: Add Stream.toList() method 2020-11-30 19:37:56 +00:00
Sink.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
SliceOps.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02: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 8180352: Add Stream.toList() method 2020-11-30 19:37:56 +00:00
StreamOpFlag.java 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02: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 8190974: Parallel stream execution within a custom ForkJoinPool should obey the parallelism 2017-11-08 10:27:10 -08: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 8187443: Forest Consolidation: Move files to unified layout 2017-09-12 19:03:39 +02:00
WhileOps.java 8218022: Repeated words typos in java.base 2019-01-30 00:24:32 +00:00