blob: f9b19b53a0aee5e7ebc69f66f2b326174fb70dc7 [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 FormattedNumberRange implements java.lang.CharSequence {
FormattedNumberRange() { throw new RuntimeException("Stub!"); }
public java.lang.String toString() { throw new RuntimeException("Stub!"); }
public char charAt(int index) { throw new RuntimeException("Stub!"); }
public int length() { 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 getFirstBigDecimal() { throw new RuntimeException("Stub!"); }
public java.math.BigDecimal getSecondBigDecimal() { throw new RuntimeException("Stub!"); }
public android.icu.number.NumberRangeFormatter.RangeIdentityResult getIdentityResult() { throw new RuntimeException("Stub!"); }
public int hashCode() { throw new RuntimeException("Stub!"); }
public boolean equals(java.lang.Object other) { throw new RuntimeException("Stub!"); }
}