blob: 448b23d23b90b2c2e2726ac68028aa27818dd6be [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!"); }
}