blob: 2cf4eca7d4a5fc9f232817fae534aab9e800a1d2 [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 abstract class NumberFormatterSettings<T extends android.icu.number.NumberFormatterSettings<?>> {
NumberFormatterSettings() { throw new RuntimeException("Stub!"); }
public T notation(android.icu.number.Notation notation) { throw new RuntimeException("Stub!"); }
public T unit(android.icu.util.MeasureUnit unit) { throw new RuntimeException("Stub!"); }
public T perUnit(android.icu.util.MeasureUnit perUnit) { throw new RuntimeException("Stub!"); }
public T precision(android.icu.number.Precision precision) { throw new RuntimeException("Stub!"); }
public T roundingMode(java.math.RoundingMode roundingMode) { throw new RuntimeException("Stub!"); }
public T grouping(android.icu.number.NumberFormatter.GroupingStrategy strategy) { throw new RuntimeException("Stub!"); }
public T integerWidth(android.icu.number.IntegerWidth style) { throw new RuntimeException("Stub!"); }
public T symbols(android.icu.text.DecimalFormatSymbols symbols) { throw new RuntimeException("Stub!"); }
public T symbols(android.icu.text.NumberingSystem ns) { throw new RuntimeException("Stub!"); }
public T unitWidth(android.icu.number.NumberFormatter.UnitWidth style) { throw new RuntimeException("Stub!"); }
public T sign(android.icu.number.NumberFormatter.SignDisplay style) { throw new RuntimeException("Stub!"); }
public T decimal(android.icu.number.NumberFormatter.DecimalSeparatorDisplay style) { throw new RuntimeException("Stub!"); }
public T scale(android.icu.number.Scale scale) { throw new RuntimeException("Stub!"); }
public int hashCode() { throw new RuntimeException("Stub!"); }
public boolean equals(java.lang.Object other) { throw new RuntimeException("Stub!"); }
}