blob: bd7118943939fd991227c8ee743b9f3e71ffc27d [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 FormattedNumber implements java.lang.CharSequence {
FormattedNumber() { throw new RuntimeException("Stub!"); }
public java.lang.String toString() { throw new RuntimeException("Stub!"); }
public int length() { throw new RuntimeException("Stub!"); }
public char charAt(int index) { throw new RuntimeException("Stub!"); }
public java.lang.CharSequence subSequence(int start, int end) { throw new RuntimeException("Stub!"); }
public java.text.AttributedCharacterIterator toCharacterIterator() { throw new RuntimeException("Stub!"); }
public java.math.BigDecimal toBigDecimal() { throw new RuntimeException("Stub!"); }
public int hashCode() { throw new RuntimeException("Stub!"); }
public boolean equals(java.lang.Object other) { throw new RuntimeException("Stub!"); }
}