public class BigIntegerComparator extends Object implements Comparator<BigInteger>
Modifier and Type | Field and Description |
---|---|
static Comparator<BigInteger> |
INSTANCE |
Constructor and Description |
---|
BigIntegerComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(BigInteger o1,
BigInteger o2) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public static final Comparator<BigInteger> INSTANCE
public int compare(BigInteger o1, BigInteger o2)
compare
in interface Comparator<BigInteger>
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.