All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ibm.icu.number.FractionRounder Maven / Gradle / Ivy

Go to download

International Component for Unicode for Java (ICU4J) is a mature, widely used Java library providing Unicode and Globalization support

There is a newer version: 76.1
Show newest version
// © 2017 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
package com.ibm.icu.number;

/**
 * @deprecated ICU 62 Use {@link FractionPrecision} instead. This class is for backwards compatibility
 *             and will be removed in ICU 64. See http://bugs.icu-project.org/trac/ticket/13746
 */
@Deprecated
public abstract class FractionRounder extends FractionPrecision {
    // package private constructor just for blocking
    // java compiler to generate public no-arg constructor.
    FractionRounder() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy