-
public interface DeferredPluralsA wrapper for resolving pluralized text on demand.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDeferredPlurals.ConstantA wrapper for constant pluralized text. zero, one, two, few, and many are locale-specific, quantity-specific text values, while other is the fallback.
public final classDeferredPlurals.ResourceA wrapper for a PluralsRes.
-
Method Summary
Modifier and Type Method Description abstract CharSequenceresolve(Context context, Integer quantity)Resolve the text for the given quantity. -
-
Method Detail
-
resolve
abstract CharSequence resolve(Context context, Integer quantity)
Resolve the text for the given quantity.
-
-
-
-