Package at.jku.ssw.fp.sect09_1
Class Demo1_ParallelStream
- java.lang.Object
-
- at.jku.ssw.fp.sect09_1.Demo1_ParallelStream
-
public class Demo1_ParallelStream extends Object
Demo showing the use of parallel streams for blocking calls.- Author:
- Herbert Praehofer
-
-
Field Summary
Fields Modifier and Type Field Description private static String
PARALLELISM
(package private) static Random
RAND
-
Constructor Summary
Constructors Constructor Description Demo1_ParallelStream()
-
-
-
Field Detail
-
PARALLELISM
private static final String PARALLELISM
- See Also:
- Constant Field Values
-
RAND
static final Random RAND
-
-
Method Detail
-
main
public static void main(String[] args)
-
-