|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcalhoun.util.PrimeUtil
public class PrimeUtil
| Field Summary | |
|---|---|
static int[] |
primes
|
| Constructor Summary | |
|---|---|
PrimeUtil()
|
|
| Method Summary | |
|---|---|
static int[] |
primesToAtLeastN(int number)
Returns an array of primes that includes all primes up to at least N. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int[] primes
| Constructor Detail |
|---|
public PrimeUtil()
| Method Detail |
|---|
public static int[] primesToAtLeastN(int number)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||