blob: 279a10b16403e957b3d97a27d48c338e1cba9725 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// © 2017 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
package android.icu.number;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public class LocalizedNumberFormatter extends android.icu.number.NumberFormatterSettings<android.icu.number.LocalizedNumberFormatter> {
LocalizedNumberFormatter() { throw new RuntimeException("Stub!"); }
public android.icu.number.FormattedNumber format(long input) { throw new RuntimeException("Stub!"); }
public android.icu.number.FormattedNumber format(double input) { throw new RuntimeException("Stub!"); }
public android.icu.number.FormattedNumber format(java.lang.Number input) { throw new RuntimeException("Stub!"); }
public android.icu.number.FormattedNumber format(android.icu.util.Measure input) { throw new RuntimeException("Stub!"); }
public java.text.Format toFormat() { throw new RuntimeException("Stub!"); }
}