< prev index next >

src/java.base/share/classes/java/math/BigDecimal.java

Print this page

        

*** 220,229 **** --- 220,230 ---- * @see java.util.SortedSet * @author Josh Bloch * @author Mike Cowlishaw * @author Joseph D. Darcy * @author Sergey V. Kuksenko + * @since 1.1 */ public class BigDecimal extends Number implements Comparable<BigDecimal> { /** * The unscaled value of this BigDecimal, as returned by {@link * #unscaledValue}.
< prev index next >