Interface SieveCallback
- All Known Implementing Classes:
AutoExpandingPrimesArray
,CollectingCallback
,CountingCallback
,NthPrimeUpperBoundsTest
,PrimeCountsBetweenSquares
,PrimeCountUpperBoundsTest
,PrimeGapTest
public interface SieveCallback
Segmented sieve callback interface.
-
Method Summary
Modifier and Type Method Description void
processPrime(long prime)
-
Method Details
-
processPrime
void processPrime(long prime)
-