|
|||||||||
| Home >> All >> mindbright >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
mindbright.util
Class PrimeSieve

java.lang.Objectmindbright.util.PrimeSieve
- public final class PrimeSieve
- extends java.lang.Object
| Field Summary | |
static byte[] |
bitCounts
|
(package private) int[] |
table
|
| Constructor Summary | |
PrimeSieve(int x)
|
|
| Method Summary | |
int |
availablePrimes()
|
int |
getNextPrime(int x)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
bitCounts
public static final byte[] bitCounts
table
int[] table
| Constructor Detail |
PrimeSieve
public PrimeSieve(int x)
| Method Detail |
availablePrimes
public int availablePrimes()
getNextPrime
public int getNextPrime(int x)
|
|||||||||
| Home >> All >> mindbright >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
mindbright.util.PrimeSieve