| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectbookExamples.ch05ControlStructs.PrimeNumberDetector
public class PrimeNumberDetector
| Constructor Summary | |
|---|---|
| PrimeNumberDetector() | |
| Method Summary | |
|---|---|
| static boolean | isPrimeForLoop(int ni) | 
| static boolean | isPrimeWhileLoop(int ni) | 
| static void | main(java.lang.String[] args) | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public PrimeNumberDetector()
| Method Detail | 
|---|
public static void main(java.lang.String[] args)
public static boolean isPrimeWhileLoop(int ni)
public static boolean isPrimeForLoop(int ni)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||