java.lang.Object | +--com.ibm.lab.usingjdt.refactoring.NumberGenerator | +--com.ibm.lab.usingjdt.refactoring.PrimeNumberGenerator
Class PrimeNumberGenerator
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). Several versions of this class exist in different
packages in this project and in packages in other projects. These different
versions are used in the different parts of the exercises.
Field Summary |
Fields inherited from class com.ibm.lab.usingjdt.refactoring.NumberGenerator |
quantity, results |
Constructor Summary | |
PrimeNumberGenerator()
|
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 PrimeNumberGenerator()
Method Detail |
public void generateNumbers()
generateNumbers
in class NumberGenerator