blob: 012b3cdcdc66493a0779902bc0dcb55a6d0d1a88 [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 IntegerWidth {
private IntegerWidth() { throw new RuntimeException("Stub!"); }
public static android.icu.number.IntegerWidth zeroFillTo(int minInt) { throw new RuntimeException("Stub!"); }
public android.icu.number.IntegerWidth truncateAt(int maxInt) { throw new RuntimeException("Stub!"); }
}