BigDecimal | Android Developers
Compares this BigDecimal with val. Returns one of the three values 1, 0, or -1. The method behaves as if this.subtract(val) is computed. If this difference is > 0 then 1 is returned, if the difference is 0 then -1 is returned, and if the difference is 0 t...