Class BigIntegerComparator

All Implemented Interfaces:
Comparator<BigInteger>

public class BigIntegerComparator extends AbstractComparableNumberComparator<BigInteger>
A BigInteger Comparator based on BigInteger.compareTo(BigInteger).
Is useful if ones wants to use BigInteger assertions based on BigInteger.compareTo(BigInteger) instead of BigInteger.equals(Object) method.