This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package testsortedliststreams; | |
import java.util.*; | |
import java.util.stream.*; | |
/* | |
Sample output on late-2013 MacBook Pro: | |
Starting Naive List Sort, via Collections | |
Total number of sorted values: 40000000 |