Package at.jku.ssw.fp.sect07_6
Class Demo1_Hints
- java.lang.Object
-
- at.jku.ssw.fp.sect07_6.Demo1_Hints
-
public class Demo1_Hints extends Object
Demos showing does and don'ts of streams.- Author:
- Herbert Praehofer
-
-
Constructor Summary
Constructors Constructor Description Demo1_Hints()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static boolean
isPrime(long n)
static void
main(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
isPrime
private static boolean isPrime(long n)
-
-