Class BigIntegerComparator

  • All Implemented Interfaces:
    java.util.Comparator<java.math.BigInteger>

    public class BigIntegerComparator
    extends AbstractComparableNumberComparator<java.math.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.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong