| Constructor | Description |
|---|---|
Longs(ComparisonStrategy comparisonStrategy) |
| Modifier and Type | Method | Description |
|---|---|---|
protected Long |
absDiff(Long actual,
Long other) |
|
static Longs |
instance() |
Returns the singleton instance of this class.
|
protected boolean |
isGreaterThan(Long value,
Long other) |
|
protected Long |
one() |
|
protected Long |
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 Longs(ComparisonStrategy comparisonStrategy)
public static Longs instance()
protected boolean isGreaterThan(Long value, Long other)
isGreaterThan in class Numbers<Long>Copyright © 2014–2019. All rights reserved.