ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/Collection/IteratorMicroBenchmark.java
(Generate patch)

Comparing jsr166/src/test/jtreg/util/Collection/IteratorMicroBenchmark.java (file contents):
Revision 1.33 by jsr166, Sat Jan 27 20:54:44 2018 UTC vs.
Revision 1.34 by jsr166, Sun Jan 28 07:02:19 2018 UTC

# Line 290 | Line 290 | public class IteratorMicroBenchmark {
290      private <T> Stream<T> concatStreams(Stream<T> ... streams) {
291          return Stream.of(streams).flatMap(s -> s);
292      }
293 <    
293 >
294      Stream<Job> jobs(Collection<Integer> x) {
295          return concatStreams(
296              collectionJobs(x),

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines