private class IntegerPolynomial.ModResultantTask extends java.lang.Object implements java.util.concurrent.Callable<ModularResultant>
Modifier and Type | Field and Description |
---|---|
private int |
modulus |
Modifier | Constructor and Description |
---|---|
private |
IntegerPolynomial.ModResultantTask(int modulus) |
Modifier and Type | Method and Description |
---|---|
ModularResultant |
call() |
private IntegerPolynomial.ModResultantTask(int modulus)
public ModularResultant call()
call
in interface java.util.concurrent.Callable<ModularResultant>