blob: 2914171223906ac235bf6555431ca70b62d724e3 [file] [log] [blame]
/* GENERATED SOURCE. DO NOT MODIFY. */
// ? 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
/*
*******************************************************************************
* Copyright (C) 2004-2016, International Business Machines Corporation and *
* others. All Rights Reserved. *
* Copyright (C) 2009 , Yahoo! Inc. *
*******************************************************************************
*/
package android.icu.text;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public class SelectFormat extends java.text.Format {
public SelectFormat(java.lang.String pattern) { throw new RuntimeException("Stub!"); }
public void applyPattern(java.lang.String pattern) { throw new RuntimeException("Stub!"); }
public java.lang.String toPattern() { throw new RuntimeException("Stub!"); }
public final java.lang.String format(java.lang.String keyword) { throw new RuntimeException("Stub!"); }
public java.lang.StringBuffer format(java.lang.Object keyword, java.lang.StringBuffer toAppendTo, java.text.FieldPosition pos) { throw new RuntimeException("Stub!"); }
public java.lang.Object parseObject(java.lang.String source, java.text.ParsePosition pos) { throw new RuntimeException("Stub!"); }
public boolean equals(java.lang.Object obj) { throw new RuntimeException("Stub!"); }
public int hashCode() { throw new RuntimeException("Stub!"); }
public java.lang.String toString() { throw new RuntimeException("Stub!"); }
}