java.lang.Object | +--com.ibm.lab.usingjdt.refactoring.NumberGenerator | +--com.ibm.lab.usingjdt.refactoring.PrimeFactorialGenerator
Class PrimeFactorialGenerator
generates a series of prime
factorials starting with 2. The class is used in a number of the exercises to illustrate different capabilities of the Java
Development Tools (JDT).
Field Summary |
Fields inherited from class com.ibm.lab.usingjdt.refactoring.NumberGenerator |
quantity, results |
Constructor Summary | |
PrimeFactorialGenerator()
|
Method Summary | |
void |
generateNumbers()
|
Methods inherited from class com.ibm.lab.usingjdt.refactoring.NumberGenerator |
getQuantity, getResults, outputResults, setQuantity, setResults, sortResults |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PrimeFactorialGenerator()
Method Detail |
public void generateNumbers()
generateNumbers
in class NumberGenerator