public class BigIntegerComparator extends AbstractComparableNumberComparator<BigInteger>
BigInteger Comparator based on BigInteger.compareTo(BigInteger).BigInteger.compareTo(BigInteger) instead of
BigInteger.equals(Object) method.| Modifier and Type | Field and Description |
|---|---|
static BigIntegerComparator |
BIG_INTEGER_COMPARATOR
an instance of
BigIntegerComparator. |
| Constructor and Description |
|---|
BigIntegerComparator() |
compareclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic static final BigIntegerComparator BIG_INTEGER_COMPARATOR
BigIntegerComparator.Copyright © 2014–2017 AssertJ. All rights reserved.