public class BigIntegerShrinkingCandidates extends java.lang.Object implements ShrinkingCandidates<java.math.BigInteger>
| Constructor and Description |
|---|
BigIntegerShrinkingCandidates(java.math.BigInteger shrinkingTarget) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.math.BigInteger> |
candidatesFor(java.math.BigInteger value) |
public BigIntegerShrinkingCandidates(java.math.BigInteger shrinkingTarget)
public java.util.Set<java.math.BigInteger> candidatesFor(java.math.BigInteger value)
candidatesFor in interface ShrinkingCandidates<java.math.BigInteger>