public class CustomDecimal extends Object implements Comparable<CustomDecimal>
| Constructor and Description | 
|---|
CustomDecimal(BigInteger value,
             int scale)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
compareTo(CustomDecimal o)  | 
boolean | 
equals(Object o)  | 
int | 
hashCode()  | 
byte[] | 
toByteArray(int scale)  | 
public CustomDecimal(BigInteger value, int scale)
public byte[] toByteArray(int scale)
public int compareTo(CustomDecimal o)
compareTo in interface Comparable<CustomDecimal>Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.