Package org.robolectric.shadows
Class ShadowNativePluralRules
java.lang.Object
org.robolectric.shadows.ShadowNativePluralRules
@Implements(className="libcore.icu.NativePluralRules", isInAndroidSdk=false, maxSdk=23) public class ShadowNativePluralRules extends Object
-
Constructor Summary
Constructors Constructor Description ShadowNativePluralRules()
-
Method Summary
Modifier and Type Method Description protected static int
quantityForIntImpl(int address, int quantity)
protected static int
quantityForIntImpl(long address, int quantity)
-
Constructor Details
-
ShadowNativePluralRules
public ShadowNativePluralRules()
-
-
Method Details