Package 

Interface DeferredPlurals


  • 
    public interface DeferredPlurals
    
                        

    A wrapper for resolving pluralized text on demand.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public final class DeferredPlurals.Constant

      A 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 class DeferredPlurals.Resource

      A wrapper for a PluralsRes.

    • Method Summary

      Modifier and Type Method Description
      abstract CharSequence resolve(Context context, Integer quantity) Resolve the text for the given quantity.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait