blob: b91339c5c8eff747ca66ac6bd8b545124fd1dc81 [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) 2005-2016, International Business Machines Corporation and
* others. All Rights Reserved.
* *****************************************************************************
*/
package android.icu.impl;
@SuppressWarnings({"unchecked", "deprecation", "all"})
public class ICUResourceBundle extends android.icu.util.UResourceBundle {
ICUResourceBundle() { throw new RuntimeException("Stub!"); }
public android.icu.impl.ICUResourceBundle getWithFallback(java.lang.String path) throws java.util.MissingResourceException { throw new RuntimeException("Stub!"); }
public java.lang.String getStringWithFallback(java.lang.String path) throws java.util.MissingResourceException { throw new RuntimeException("Stub!"); }
public java.util.Locale getLocale() { throw new RuntimeException("Stub!"); }
public boolean equals(java.lang.Object other) { throw new RuntimeException("Stub!"); }
public int hashCode() { throw new RuntimeException("Stub!"); }
protected void setParent(java.util.ResourceBundle parent) { throw new RuntimeException("Stub!"); }
}