blob: 448189d3ef788dc7cd1e652c638609849b6710c1 [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 ScientificNotation extends android.icu.number.Notation {
ScientificNotation() { throw new RuntimeException("Stub!"); }
public android.icu.number.ScientificNotation withMinExponentDigits(int minExponentDigits) { throw new RuntimeException("Stub!"); }
public android.icu.number.ScientificNotation withExponentSignDisplay(android.icu.number.NumberFormatter.SignDisplay exponentSignDisplay) { throw new RuntimeException("Stub!"); }
}