public class ShrinkableBigInteger extends AbstractShrinkable<java.math.BigInteger>
| Constructor and Description |
|---|
ShrinkableBigInteger(java.math.BigInteger value,
Range<java.math.BigInteger> range,
java.math.BigInteger shrinkingTarget) |
| Modifier and Type | Method and Description |
|---|---|
static java.math.BigInteger |
defaultShrinkingTarget(java.math.BigInteger value,
Range<java.math.BigInteger> range) |
net.jqwik.api.ShrinkingDistance |
distance() |
java.util.Set<net.jqwik.api.Shrinkable<java.math.BigInteger>> |
shrinkCandidatesFor(net.jqwik.api.Shrinkable<java.math.BigInteger> shrinkable) |
equals, hashCode, shrink, shrinkingSuggestions, toString, valuepublic ShrinkableBigInteger(java.math.BigInteger value,
Range<java.math.BigInteger> range,
java.math.BigInteger shrinkingTarget)
public static java.math.BigInteger defaultShrinkingTarget(java.math.BigInteger value,
Range<java.math.BigInteger> range)
public java.util.Set<net.jqwik.api.Shrinkable<java.math.BigInteger>> shrinkCandidatesFor(net.jqwik.api.Shrinkable<java.math.BigInteger> shrinkable)
shrinkCandidatesFor in class AbstractShrinkable<java.math.BigInteger>public net.jqwik.api.ShrinkingDistance distance()