Package at.jku.ssw.fp.sect10_4
Class Demo4_CollectOperations
- java.lang.Object
-
- at.jku.ssw.fp.sect10_4.Demo4_CollectOperations
-
public class Demo4_CollectOperations extends Object
Demo showing various collect operations.- Author:
- Herbert Praehofer
-
-
Field Summary
Fields Modifier and Type Field Description private static ExecutorService
executor
private static int
PARALLELISM
private static Random
RAND
-
Constructor Summary
Constructors Constructor Description Demo4_CollectOperations()
-
-
-
Field Detail
-
PARALLELISM
private static final int PARALLELISM
- See Also:
- Constant Field Values
-
executor
private static final ExecutorService executor
-
RAND
private static final Random RAND
-
-
Method Detail
-
main
public static void main(String[] args) throws InterruptedException
- Throws:
InterruptedException
-
-