protected static class DecimalValue.DecimalComparable extends Object implements Comparable
Modifier and Type | Field and Description |
---|---|
protected DecimalValue |
value |
Constructor and Description |
---|
DecimalComparable(DecimalValue value) |
Modifier and Type | Method and Description |
---|---|
BigDecimal |
asBigDecimal() |
int |
compareTo(Object o) |
boolean |
equals(Object o) |
int |
hashCode() |
protected DecimalValue value
public DecimalComparable(DecimalValue value)
public BigDecimal asBigDecimal()
public int compareTo(Object o)
compareTo
in interface Comparable