blob: 581dc28ecb89cd6a9b40cc0216614063b165f9d8 [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) 2012-2016, Google, International Business Machines Corporation and
* others. All Rights Reserved.
*******************************************************************************
*/
package android.icu.text;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public final class ListFormatter {
ListFormatter() { throw new RuntimeException("Stub!"); }
public static android.icu.text.ListFormatter getInstance(android.icu.util.ULocale locale) { throw new RuntimeException("Stub!"); }
public static android.icu.text.ListFormatter getInstance(java.util.Locale locale) { throw new RuntimeException("Stub!"); }
public static android.icu.text.ListFormatter getInstance() { throw new RuntimeException("Stub!"); }
public java.lang.String format(java.lang.Object... items) { throw new RuntimeException("Stub!"); }
public java.lang.String format(java.util.Collection<?> items) { throw new RuntimeException("Stub!"); }
public java.lang.String getPatternForNumItems(int count) { throw new RuntimeException("Stub!"); }
}