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