public class BigIntegers extends Numbers<BigInteger>
BigIntegers.| Constructor | Description |
|---|---|
BigIntegers(ComparisonStrategy comparisonStrategy) |
| Modifier and Type | Method | Description |
|---|---|---|
protected BigInteger |
absDiff(BigInteger actual,
BigInteger other) |
|
static BigIntegers |
instance() |
Returns the singleton instance of this class based on
StandardComparisonStrategy. |
protected boolean |
isGreaterThan(BigInteger value,
BigInteger other) |
|
protected BigInteger |
one() |
|
protected BigInteger |
zero() |
areEqual, assertEqual, assertEqualByComparison, assertGreaterThan, assertGreaterThanOrEqualTo, assertIsBetween, assertLessThan, assertLessThanOrEqualTo, assertNotEqual, assertNotEqualByComparison, assertNotNull, getComparatorassertIsBetween, assertIsCloseTo, assertIsCloseToPercentage, assertIsNegative, assertIsNotCloseTo, assertIsNotCloseToPercentage, assertIsNotNegative, assertIsNotPositive, assertIsNotZero, assertIsOne, assertIsPositive, assertIsStrictlyBetween, assertIsZeropublic BigIntegers(ComparisonStrategy comparisonStrategy)
public static BigIntegers instance()
StandardComparisonStrategy.StandardComparisonStrategy.protected BigInteger zero()
zero in class Numbers<BigInteger>protected BigInteger one()
one in class Numbers<BigInteger>protected BigInteger absDiff(BigInteger actual, BigInteger other)
absDiff in class Numbers<BigInteger>protected boolean isGreaterThan(BigInteger value, BigInteger other)
isGreaterThan in class Numbers<BigInteger>Copyright © 2014–2019. All rights reserved.