blob: 5473801d8010bf2dc391451f2bfe876a14979ec3 [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
/*
*******************************************************************************
* Copyright (C) 2003-2015, International Business Machines Corporation and
* others. All Rights Reserved.
*******************************************************************************
*/
package android.icu.text;
import java.text.Format;
import android.icu.util.ULocale;
/**
* An abstract class that extends {@link java.text.Format} to provide
* additional ICU protocol, specifically, the <tt>getLocale()</tt>
* API. All ICU format classes are subclasses of this class.
*
* @see android.icu.util.ULocale
* @author weiv
* @author Alan Liu
*/
@SuppressWarnings({"unchecked", "deprecation", "all"})
public abstract class UFormat extends java.text.Format {
/**
* Default constructor.
*/
public UFormat() { throw new RuntimeException("Stub!"); }
}