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