blob: 67873a3b4cadd037ba54a71e2280d5a03caad126 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// ? 2018 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 Scale {
private Scale() { throw new RuntimeException("Stub!"); }
public static android.icu.number.Scale none() { throw new RuntimeException("Stub!"); }
public static android.icu.number.Scale powerOfTen(int power) { throw new RuntimeException("Stub!"); }
public static android.icu.number.Scale byBigDecimal(java.math.BigDecimal multiplicand) { throw new RuntimeException("Stub!"); }
public static android.icu.number.Scale byDouble(double multiplicand) { throw new RuntimeException("Stub!"); }
public static android.icu.number.Scale byDoubleAndPowerOfTen(double multiplicand, int power) { throw new RuntimeException("Stub!"); }
}