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